diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 11:28:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:27 +0000 |
commit | ce0ff392100bbdc9fe9be427dac8ab9b462a8996 (patch) | |
tree | 65a321b3bccf4cb84c367a9c9ea5f29e5275ee8f /testing | |
parent | b1313fa7101eb55f8557df210c69ab37e11d399f (diff) | |
download | aports-ce0ff392100bbdc9fe9be427dac8ab9b462a8996.tar.bz2 aports-ce0ff392100bbdc9fe9be427dac8ab9b462a8996.tar.xz |
testing/py3-pyro4: rebuild against python 3.8
Diffstat (limited to 'testing')
-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 4cd660339f..254f1427aa 100644 --- a/testing/py3-pyro4/APKBUILD +++ b/testing/py3-pyro4/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-pyro4 _pyname=Pyro4 pkgver=4.77 -pkgrel=0 +pkgrel=1 pkgdesc="Python remote objects" url="http://pyro4.readthedocs.io/" arch="noarch !s390x" # Limited by py3-dill |