diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:18:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | a8d1ff75b70c6f306018a3ab7c150e7524d02e20 (patch) | |
tree | 3ce70d0f420683e6a2cd48841d67ab02d387ac00 /testing/py-extras | |
parent | e06c7a44e53f9fab798ef409afcad4af25af34d3 (diff) | |
download | aports-a8d1ff75b70c6f306018a3ab7c150e7524d02e20.tar.bz2 aports-a8d1ff75b70c6f306018a3ab7c150e7524d02e20.tar.xz |
testing/py-extras: rebuild against python 3.7
Diffstat (limited to 'testing/py-extras')
-rw-r--r-- | testing/py-extras/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-extras/APKBUILD b/testing/py-extras/APKBUILD index 43d3b189a2..cccd542559 100644 --- a/testing/py-extras/APKBUILD +++ b/testing/py-extras/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-extras _pkgname=extras pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="Useful extra bits for Python - things that shold be in the standard library" url="https://pypi.python.org/pypi/extras/" arch="noarch" |