diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:08:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:41 +0000 |
commit | 702e98f0734fcd6922e19d1b154b8d07fe3ca165 (patch) | |
tree | 511426b652c662fff0bc590a323b1ef3853f9d8f /testing | |
parent | 5049a55fe44c5fae2899755a26845771b3da77f4 (diff) | |
download | aports-702e98f0734fcd6922e19d1b154b8d07fe3ca165.tar.bz2 aports-702e98f0734fcd6922e19d1b154b8d07fe3ca165.tar.xz |
testing/py3-zope-schema: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-zope-schema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-zope-schema/APKBUILD b/testing/py3-zope-schema/APKBUILD index 14a39e0c5e..f8b46c92b2 100644 --- a/testing/py3-zope-schema/APKBUILD +++ b/testing/py3-zope-schema/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-zope-schema _pkgname=zope.schema pkgver=4.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="zope.interface extension for defining data schemas" options="!check" # Tests require 'zope.testing', 'zope.testruner' and 'zope.i18nmessageid' url="https://github.com/zopefoundation/zope.schema" |