~alpine/aports

[alpine-aports] [PATCH] main/openvswitch: fix dependency in the -test subpackage

alpine-mips-patches <info@mobile-stream.com>
Details
Message ID
<20190222132513.A4D2158716@mx12.valuehost.ru>
Sender timestamp
1550840027
DKIM signature
missing
Download raw message
Patch: +2 -2
There is no 'py2-twisted', only 'py-twisted' exists.
---
 main/openvswitch/APKBUILD | 4 ++--
 1 file 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 \
-- 
2.20.1



A similar problem exists in the main/py-gnome aport:
bonobo and -libgnome subpackages reference the disabled -gnomecanvas



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)