diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-10-11 11:31:02 -0300 |
|---|---|---|
| committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 14:09:13 +0000 |
| commit | aa90b2c8ae8e02165d72efa815bfaf93f6ac1dfd (patch) | |
| tree | 696908e9a6d479f5dc22f570f680d4559dd3c0ff | |
| parent | e72fb91cdac2ec44688a5ed46e91c0e8f0b32c7c (diff) | |
| download | aports-aa90b2c8ae8e02165d72efa815bfaf93f6ac1dfd.tar.bz2 aports-aa90b2c8ae8e02165d72efa815bfaf93f6ac1dfd.tar.xz | |
main/py3-boto: add missing replaces= and provides=
fixes #10847
Closes !408
| -rw-r--r-- | main/py3-boto/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/py3-boto/APKBUILD b/main/py3-boto/APKBUILD index 3b0cf1b276..203a1b957e 100644 --- a/main/py3-boto/APKBUILD +++ b/main/py3-boto/APKBUILD @@ -3,18 +3,20 @@ pkgname=py3-boto _pkgname=boto pkgver=2.49.0 -pkgrel=0 +pkgrel=1 pkgdesc="An interface to infrastructural services offered by Amazon Web Services" url="http://docs.pythonboto.org/en/latest/index.html" arch="noarch" license="MIT" depends="python3" -makedepends="python3-dev py3-setuptools" -install="" +makedepends="py3-setuptools" subpackages="$pkgname-doc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver +replaces="py-boto" # Backwards compatibility +provides="py-boto=$pkgver-r$pkgrel" # Backwards compatibility + build() { cd "$builddir" python3 setup.py build |
