diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 12:33:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:19:32 +0000 |
commit | 7e97a56b015d52d3aef38c4cf644d09c0a5b92e2 (patch) | |
tree | 65d9f114b8cc7c64120c27c7e116ab6b5e3a0e6b | |
parent | 56905d730b421154ad514e886d6abc6e6607a2f5 (diff) | |
download | aports-7e97a56b015d52d3aef38c4cf644d09c0a5b92e2.tar.gz aports-7e97a56b015d52d3aef38c4cf644d09c0a5b92e2.tar.bz2 aports-7e97a56b015d52d3aef38c4cf644d09c0a5b92e2.tar.xz |
testing/py3-pyroma: fix dependencies
-rw-r--r-- | testing/py3-pyroma/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/py3-pyroma/APKBUILD b/testing/py3-pyroma/APKBUILD index dc1f56a9b8..b128bf2741 100644 --- a/testing/py3-pyroma/APKBUILD +++ b/testing/py3-pyroma/APKBUILD @@ -2,12 +2,13 @@ pkgname=py3-pyroma _pkgname=pyroma pkgver=2.6 -pkgrel=0 +pkgrel=1 pkgdesc="Python project assessment tool." url="https://pypi.org/project/pyroma/" arch="noarch" license="MIT" -makedepends="python3-dev py3-setuptools" +depends="py3-pygments py3-setuptools py3-docutils" +makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/regebro/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |