diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:43:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:01 +0000 |
commit | d2b65e34b6a2351819ba7a8b6761002796f059a3 (patch) | |
tree | 1c33ea52b3a368906c9a9e590816ad94eec9dbc3 /community/py3-rencode/APKBUILD | |
parent | cfd59682a6f6b99b060e1a0dbbe9986c41f05fef (diff) | |
download | aports-d2b65e34b6a2351819ba7a8b6761002796f059a3.tar.bz2 aports-d2b65e34b6a2351819ba7a8b6761002796f059a3.tar.xz |
community/py3-rencode: rebuild against python 3.8
Diffstat (limited to 'community/py3-rencode/APKBUILD')
-rw-r--r-- | community/py3-rencode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-rencode/APKBUILD b/community/py3-rencode/APKBUILD index 05bfb60a87..a2ee5025bd 100644 --- a/community/py3-rencode/APKBUILD +++ b/community/py3-rencode/APKBUILD @@ -9,7 +9,7 @@ options="!check" # No testsuite url="https://pypi.python.org/pypi/rencode" arch="all" license="GPL-3.0-or-later" -makedepends="py3-setuptools python3-dev cython3" +makedepends="py3-setuptools python3-dev cython" source="$pkgname-$pkgver.tar.gz::https://github.com/aresch/rencode/archive/v$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver |