summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-06-28 23:42:51 +0200
committerNarrat2023-06-28 23:42:51 +0200
commitdfb489afb959878ae1fa81917f4c5b179674893c (patch)
treeb274dcd3d644de3fe4c71c5b6390727dc4763480 /PKGBUILD
parent2ab46032ea1904f422489c8e5e3dd6d33c097cf1 (diff)
downloadaur-sos.tar.gz
sos: move some deps
all taken from requirements.txt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f900b458ee2c..262506e34e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=sos
pkgver=4.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="unified tool for collecting system logs and other debug information"
arch=('any')
url="https://github.com/sosreport/sos"
license=('GPL2')
-depends=('python'
- 'python-six'
- 'python-lxml')
+depends=(python
+ python-pexpect
+ python-pyaml)
makedepends=('python-sphinx' 'python-setuptools')
-checkdepends=(python-pexpect python-coverage python-pycodestyle python-pyaml)
+checkdepends=(python-coverage python-pycodestyle)
backup=('etc/sos.conf')
_archpullreq="1198.patch"
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/sosreport/sos/archive/$pkgver.tar.gz"