diff options
Diffstat (limited to 'community/py3-distro/APKBUILD')
-rw-r--r-- | community/py3-distro/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py3-distro/APKBUILD b/community/py3-distro/APKBUILD index daa1e65371..5f1afe2d2d 100644 --- a/community/py3-distro/APKBUILD +++ b/community/py3-distro/APKBUILD @@ -3,14 +3,13 @@ pkgname=py3-distro _pkgname=distro pkgver=1.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A Linux OS platform information API" options="!check" # Some tests fail url="https://github.com/nir0s/distro" arch="noarch" license="Apache-2.0" -depends="python3" -makedepends="py3-setuptools" +depends="python3 py3-setuptools" checkdepends="py3-pytest py3-pytest-cov" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |