aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-02-22 12:53:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-27 14:39:15 +0000
commit5df3221bd5137f23662e5d5926884728083bbed8 (patch)
tree737ffc0d51d28e2a22234b52ae275954f418f958
parent89cf054a2da74a5c29c8f064e5b3b551b88218ba (diff)
downloadaports-5df3221bd5137f23662e5d5926884728083bbed8.tar.bz2
aports-5df3221bd5137f23662e5d5926884728083bbed8.tar.xz
main/openvswitch: fix dependency in the -test subpackage
There is no 'py2-twisted', only 'py-twisted' exists.
-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 \