blob: 1e00152778a1e1caafc7d827b794ef3f5b43f3b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = sos
pkgdesc = A unified tool for collecting system logs and other debug information
pkgver = 4.8.2
pkgrel = 2
url = https://github.com/sosreport/sos
arch = any
license = GPL-2.0-only
checkdepends = python-coverage
checkdepends = python-pycodestyle
makedepends = python-sphinx
depends = python
depends = python-pexpect
depends = python-yaml
depends = python-magic
depends = python-packaging
depends = python-boto3
depends = python-simplejson
depends = python-requests
depends = python-setuptools
depends = python-selinux
optdepends = usbutils
source = sos-4.8.2.tar.gz::https://github.com/sosreport/sos/archive/4.8.2.tar.gz
sha256sums = a3429cac42ed40f39c0882936f6567866a63652965220f80f5daeeda69ad0ff0
pkgname = sos
|