diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 12:29:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:19:32 +0000 |
commit | 56905d730b421154ad514e886d6abc6e6607a2f5 (patch) | |
tree | 03945099108f3a0aa189677e682544d9a0d5da58 | |
parent | 4794036461d7f1cd13e7c51325fb66e8e9b2d7aa (diff) | |
download | aports-56905d730b421154ad514e886d6abc6e6607a2f5.tar.gz aports-56905d730b421154ad514e886d6abc6e6607a2f5.tar.bz2 aports-56905d730b421154ad514e886d6abc6e6607a2f5.tar.xz |
testing/py3-pyro4: rebuild against python 3.9
-rw-r--r-- | testing/py3-pyro4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pyro4/APKBUILD b/testing/py3-pyro4/APKBUILD index 3512aaeba4..25ead09654 100644 --- a/testing/py3-pyro4/APKBUILD +++ b/testing/py3-pyro4/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-pyro4 _pyname=Pyro4 pkgver=4.80 -pkgrel=0 +pkgrel=1 pkgdesc="Python remote objects" url="http://pyro4.readthedocs.io/" arch="noarch !s390x !mips !mips64" # Limited by py3-dill |