diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-07 04:19:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:40 +0100 |
commit | 393ebc5f645b44736b4f5c0b8f199662a981801b (patch) | |
tree | 2ab69fe68a0d721d3ba10bd0ef56ae590fa4d1e7 | |
parent | f0dd8a0863a71aa029579899a9afbca3b29b061a (diff) | |
download | aports-393ebc5f645b44736b4f5c0b8f199662a981801b.zip |
main/py3-setuptools: rebuild against python 3.10
-rw-r--r-- | main/py3-setuptools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index 51380480af9..fc2640dd696 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -8,7 +8,7 @@ _pkgname=${pkgname#py3-} # is prone to deprecating stuff that breaks perfectly acceptable # setup.py and setup.cfg pkgver=52.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ url="https://pypi.python.org/pypi/setuptools" |