summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortqre2020-08-09 01:40:47 +0300
committerNicolas Iooss2020-08-09 11:24:42 +0200
commitccc02813e1e0cd01e9dcdfa8d3802d378a685ea4 (patch)
treeec1dc72a1ba1ec4a2fd1077e27d85eac8c047382
parentd8db25525bb463c91249966c158566835ab4352d (diff)
downloadaur-ccc02813e1e0cd01e9dcdfa8d3802d378a685ea4.tar.gz
setools 4.3.0-1: move python-setuptools from makedepends to depends
At least 'seinfo' needs this library. Fixes: https://github.com/archlinuxhardened/selinux/pull/43
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3161d81847ae..496d0bc43ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,12 +10,12 @@ pkgbase = setools
license = LGPL
checkdepends = checkpolicy
makedepends = cython
- makedepends = python-setuptools
makedepends = python-tox
depends = libsepol>=2.8
depends = libselinux>=2.8
depends = python
depends = python-networkx>=2.0
+ depends = python-setuptools
optdepends = python-pyqt5: needed for graphical tools
optdepends = qt5-tools: display apol help with Qt Assistant
provides = selinux-setools=4.3.0-1
diff --git a/PKGBUILD b/PKGBUILD
index 9a70bdc9582e..5a4426378cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,10 +25,10 @@ groups=('selinux')
arch=('i686' 'x86_64')
url="https://github.com/SELinuxProject/setools/wiki"
license=('GPL' 'LGPL')
-depends=('libsepol>=2.8' 'libselinux>=2.8' 'python' 'python-networkx>=2.0')
+depends=('libsepol>=2.8' 'libselinux>=2.8' 'python' 'python-networkx>=2.0' 'python-setuptools')
optdepends=('python-pyqt5: needed for graphical tools'
'qt5-tools: display apol help with Qt Assistant')
-makedepends=('cython' 'python-setuptools' 'python-tox')
+makedepends=('cython' 'python-tox')
checkdepends=('checkpolicy')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")