summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoka2018-04-23 15:22:02 +0200
committerjoka2018-04-23 15:22:02 +0200
commit5ae4b90e0955a5994d16ce9712466fd26ae5c894 (patch)
tree39f8d5190cc8f01ab81e29268b05b06ad344df0e /PKGBUILD
parenta236c8a1abb4508387f8e84780ae928d355a6b6d (diff)
downloadaur-5ae4b90e0955a5994d16ce9712466fd26ae5c894.tar.gz
added python2-ipaddress and python2-docker as direct dependencies and removed the need for python2-docker v2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6651c7a0edc3..556cf6eccfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Walter Dworak <preparationh67@gmail.com>
pkgname=containernet-git
-pkgver=20171220
+pkgver=20180423
pkgrel=1
pkgdesc="Mininet with added Docker support"
url="https://github.com/containernet/containernet/"
license=('custom')
-depends=('bash' 'python2' 'python2-networkx' 'net-tools' 'iputils' 'iperf' 'openvswitch' 'docker' 'python2-pytest' 'python2-urllib3' 'python-iptables')
+depends=('bash' 'python2' 'python2-networkx' 'net-tools' 'iputils' 'iperf' 'openvswitch' 'docker' 'python2-pytest' 'python2-urllib3' 'python-iptables' 'python2-ipaddress' 'python2-docker')
provides=('mininet')
optdepends=('xorg-xhost')
makedepends=('help2man' 'python2-setuptools' 'git')