summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2018-12-03 06:46:47 -0500
committerbrent s2018-12-03 06:46:47 -0500
commit0556ee6fbb5348e14a9e9bfddad739547000d35f (patch)
treeb1d0d29d7280601c4a5e73425ca681ca046bcbe9
parent2568d04b56d6c832bd4114a0068b5e08411883a3 (diff)
downloadaur-0556ee6fbb5348e14a9e9bfddad739547000d35f.tar.gz
updating makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a588ed084d48..b5092052f8dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 13 12:45:08 UTC 2018
+# Mon Dec 3 11:46:47 UTC 2018
pkgbase = python-pyroute2
pkgdesc = A pure Python netlink and Linux network configuration library
pkgver = 0.5.3
@@ -12,6 +12,8 @@ pkgbase = python-pyroute2
makedepends = python2-distribute
makedepends = python
makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
depends = python
depends = python2
source = https://files.pythonhosted.org/packages/source/p/pyroute2/pyroute2-0.5.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1bc6f60dd50f..70e09c5d9062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('any')
url="https://docs.pyroute2.org/"
license=('GPL2' 'Apache')
depends=('python' 'python2')
-makedepends=( ''python-distribute'' ''python2-distribute'' ''python'' ''python2'' )
+makedepends=('python-distribute' 'python2-distribute' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
_pkgname="pyroute2"
install=
changelog=