diff options
| -rw-r--r-- | main/py3-pbr/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/py3-pbr/APKBUILD b/main/py3-pbr/APKBUILD index 69acaa152a..ac4b74e8f9 100644 --- a/main/py3-pbr/APKBUILD +++ b/main/py3-pbr/APKBUILD @@ -3,18 +3,17 @@ pkgname=py3-pbr _pkgname=pbr pkgver=5.4.5 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 Build Reasonableness" url="https://pypi.python.org/pypi/pbr" arch="noarch" license="Apache-2.0" -depends="python3" -makedepends="py3-setuptools" +depends="python3 py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" -replaces="py-pbr" # Backwarwds compatibility -provides="py-pbr=$pkgver-r$pkgrel" # Backwarwds compatibility +replaces="py-pbr" # Backwards compatibility +provides="py-pbr=$pkgver-r$pkgrel" # Backwards compatibility check() { python3 setup.py check |
