~alpine/aports

[alpine-aports] [PATCH] testing/py-pygal: Added missing dependency

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20181204181951.27889-1-marian.buschsieweke@ovgu.de>
Sender timestamp
1543947591
DKIM signature
missing
Download raw message
Patch: +4 -1
---
 testing/py-pygal/APKBUILD | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testing/py-pygal/APKBUILD b/testing/py-pygal/APKBUILD
index 5dcaf53d40..64f38aae6a 100644
--- a/testing/py-pygal/APKBUILD
+++ b/testing/py-pygal/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="pygal is a dynamic SVG charting library written in python"
url="https://pygal.org"
arch="noarch"
license="LGPL-3.0-or-later"
makedepends="python2-dev python3-dev py-setuptools"
depends="py-setuptools"
makedepends="python2-dev python3-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
options="!check" # no test suite
@@ -24,10 +25,12 @@ package() {
}

_py2() {
	depends="${depends//py-/py2-}"
	_py python2
}

_py3() {
	depends="${depends//py-/py3-}"
	_py python3
}

-- 
2.19.2



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