summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortqre2020-08-09 01:40:47 +0300
committerNicolas Iooss2020-08-09 11:24:42 +0200
commitccc02813e1e0cd01e9dcdfa8d3802d378a685ea4 (patch)
treeec1dc72a1ba1ec4a2fd1077e27d85eac8c047382 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")