aboutsummaryrefslogtreecommitdiffstats
path: root/main/py3-future/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py3-future/APKBUILD')
-rw-r--r--main/py3-future/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py3-future/APKBUILD b/main/py3-future/APKBUILD
index 4de4ee894a2..42945643674 100644
--- a/main/py3-future/APKBUILD
+++ b/main/py3-future/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-future
_pkgname=future
pkgver=0.18.3
-pkgrel=0
+pkgrel=1
pkgdesc="Easy, clean, reliable Python 2/3 compatibility"
url="http://python-future.org/"
arch="noarch"
@@ -12,6 +12,7 @@ depends="python3"
# It can be built without it but it misses a lot of functionality
makedepends="py3-setuptools"
checkdepends="py3-pytest"
+subpackages="$pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/f/future/future-$pkgver.tar.gz
python-3.9-support.patch
"