summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s.2018-12-03 08:09:39 -0500
committerbrent s.2018-12-03 08:09:39 -0500
commite158f916b154ec38bc00afe02ed559d3367c4b12 (patch)
tree321f243efdc6843563ad75ee190c2a6f48d5f107
parent0556ee6fbb5348e14a9e9bfddad739547000d35f (diff)
downloadaur-e158f916b154ec38bc00afe02ed559d3367c4b12.tar.gz
python-distribute => python-setuptools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5092052f8dd..b357be4ebd5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 3 11:46:47 UTC 2018
+# Mon Dec 3 13:09:39 UTC 2018
pkgbase = python-pyroute2
pkgdesc = A pure Python netlink and Linux network configuration library
pkgver = 0.5.3
@@ -8,8 +8,6 @@ pkgbase = python-pyroute2
arch = any
license = GPL2
license = Apache
- makedepends = python-distribute
- makedepends = python2-distribute
makedepends = python
makedepends = python2
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 70e09c5d9062..34f421d47c7f 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' 'python-setuptools' 'python2-setuptools')
+makedepends=( 'python' 'python2' 'python-setuptools' 'python2-setuptools')
_pkgname="pyroute2"
install=
changelog=