aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/openvswitch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD
index 6e6151a835..4034200ebf 100644
--- a/main/openvswitch/APKBUILD
+++ b/main/openvswitch/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=openvswitch
pkgver=2.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="A production quality, multilayer virtual switch"
url="http://openvswitch.org/"
arch="all"
@@ -108,7 +108,7 @@ bashcomp() {
_test() {
pkgdesc="Open vSwitch testing utilities"
- depends="py2-$pkgname=$pkgver-r$pkgrel py2-twisted"
+ depends="py2-$pkgname=$pkgver-r$pkgrel py-twisted"
cd "$pkgdir"
local _py2site=$(python2 -c "import site; print(site.getsitepackages()[0])")
_mv_files \