aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-5df3221bd5137f23662e5d5926884728083bbed8.tar.bz2
alpine_aports-5df3221bd5137f23662e5d5926884728083bbed8.tar.xz
alpine_aports-5df3221bd5137f23662e5d5926884728083bbed8.zip
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 @@
2# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> 2# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
3pkgname=openvswitch 3pkgname=openvswitch
4pkgver=2.10.1 4pkgver=2.10.1
5pkgrel=0 5pkgrel=1
6pkgdesc="A production quality, multilayer virtual switch" 6pkgdesc="A production quality, multilayer virtual switch"
7url="http://openvswitch.org/" 7url="http://openvswitch.org/"
8arch="all" 8arch="all"
@@ -108,7 +108,7 @@ bashcomp() {
108 108
109_test() { 109_test() {
110 pkgdesc="Open vSwitch testing utilities" 110 pkgdesc="Open vSwitch testing utilities"
111 depends="py2-$pkgname=$pkgver-r$pkgrel py2-twisted" 111 depends="py2-$pkgname=$pkgver-r$pkgrel py-twisted"
112 cd "$pkgdir" 112 cd "$pkgdir"
113 local _py2site=$(python2 -c "import site; print(site.getsitepackages()[0])") 113 local _py2site=$(python2 -c "import site; print(site.getsitepackages()[0])")
114 _mv_files \ 114 _mv_files \