summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--containernet-git.install4
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9503d60ff3a9..df79779e73d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = containernet-git
pkgdesc = Mininet with added Docker support
- pkgver = 20171220
+ pkgver = 20180423
pkgrel = 1
url = https://github.com/containernet/containernet/
install = containernet-git.install
@@ -21,6 +21,8 @@ pkgbase = containernet-git
depends = python2-pytest
depends = python2-urllib3
depends = python-iptables
+ depends = python2-ipaddress
+ depends = python2-docker
optdepends = xorg-xhost
provides = mininet
conflicts = mininet
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')
diff --git a/containernet-git.install b/containernet-git.install
index 404cf69e3b74..0cbf15937f72 100644
--- a/containernet-git.install
+++ b/containernet-git.install
@@ -10,9 +10,5 @@ post_install() {
# systemctl enable ovsdb-server.service
# systemctl start ovs-vswitchd.service
- Further you will need to install the python docker bindings in version 2.0.2
- run as root or sudo:
- # pip2 install docker==2.0.2
-
EOF
}