summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/py3-pbr/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-pbr/APKBUILD b/user/py3-pbr/APKBUILD
index 3619ca8c6..2bbf0283c 100644
--- a/user/py3-pbr/APKBUILD
+++ b/user/py3-pbr/APKBUILD
@@ -5,11 +5,11 @@ _pkgname=${pkgname#py3-}
pkgver=5.1.1
pkgrel=0
pkgdesc="Python Build Reasonableness"
-url="https://pypi.python.org/pypi/pbr"
+url="https://pypi.org/project/pbr"
arch="noarch"
options="!check" # needs fixtures, git, hacking, sphinx, stestr, test{resources,scenarios,tools}
license="Apache-2.0"
-depends=""
+depends="python3"
makedepends="python3-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"