summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoka2017-12-26 12:24:27 +0100
committerjoka2017-12-26 12:24:27 +0100
commita236c8a1abb4508387f8e84780ae928d355a6b6d (patch)
treeb94b054468768907c3a102f83d3c350fffefd1dc /PKGBUILD
parent6699e334b27b0c92488f4799cd4eaef6f297d8da (diff)
downloadaur-a236c8a1abb4508387f8e84780ae928d355a6b6d.tar.gz
fix openvswitch dependency. added mininet as provided package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdad59b2e283..6651c7a0edc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ 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')
+provides=('mininet')
optdepends=('xorg-xhost')
makedepends=('help2man' 'python2-setuptools' 'git')
install="${pkgname}.install"