summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2020-10-10 14:57:49 +0200
committerPellegrino Prevete2020-10-10 14:57:49 +0200
commit100645eb68e492a6d36d0506fc7a5e2d4c026c02 (patch)
tree40cedb2d17cdba5c647c1c690c971dcdff38bedb /PKGBUILD
parent03e02d9d9cdf1ac9379c6ef50e3e39129babbc54 (diff)
downloadaur-100645eb68e492a6d36d0506fc7a5e2d4c026c02.tar.gz
Added setuptools depedency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9063440a32f4..77876b81cfc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://tracker.debian.org/pkg/python-apt"
license=('GPL2')
depends=('apt>=2.1')
-makedepends=('python-distutils-extra' 'python2-distutils-extra')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-distutils-extra' 'python2-distutils-extra')
conflicts=()
options=(!emptydirs)
source=(https://salsa.debian.org/apt-team/python-apt/-/archive/${pkgver}/python-apt-${pkgver}.tar.gz)