mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 17:31:33 +02:00
testing/py-venusian: fix depends
This commit is contained in:
parent
f80e4cacbf
commit
f6ec806e66
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user