aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/py3-distro/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/py3-distro/APKBUILD b/community/py3-distro/APKBUILD
index daa1e65371e..5f1afe2d2d0 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