From aa90b2c8ae8e02165d72efa815bfaf93f6ac1dfd Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 11 Oct 2019 11:31:02 -0300 Subject: main/py3-boto: add missing replaces= and provides= fixes #10847 Closes !408 --- main/py3-boto/APKBUILD | 8 +++++--- 1 file 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 -- cgit v1.2.3