aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-venusian/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/py-venusian/APKBUILD b/testing/py-venusian/APKBUILD
index 2d5fbfb30b..321104a1f8 100644
--- a/testing/py-venusian/APKBUILD
+++ b/testing/py-venusian/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-venusian
_pkgname=venusian
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="A Python library for deferring decorator actions"
url="https://pypi.python.org/pypi/venusian"
arch="noarch"
@@ -42,6 +42,7 @@ _py3() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
+ depends="$depends $python"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"