summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2018-11-28 20:41:00 -0800
committerzlg <zlg@zlg.space>2018-11-28 20:41:00 -0800
commit2f2069b159b8d0df88f93c2b3925ae1786f0aa95 (patch)
tree87be0a6b477aad7fd043b92afd76323eeac2c8ce
parent392faedf38099e124845d575a0f153bc2a870aee (diff)
downloadpackages-2f2069b159b8d0df88f93c2b3925ae1786f0aa95.tar.gz
packages-2f2069b159b8d0df88f93c2b3925ae1786f0aa95.tar.bz2
packages-2f2069b159b8d0df88f93c2b3925ae1786f0aa95.tar.xz
packages-2f2069b159b8d0df88f93c2b3925ae1786f0aa95.zip
user/py3-pbr: Add python3 to deps, update URL
-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"