mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
testing/py-venusian: fix depends
This commit is contained in:
parent
f80e4cacbf
commit
f6ec806e66
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue