diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 11:29:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:51 +0000 |
commit | 2a3c9948543ae9483b448d218ffccc1d1872abab (patch) | |
tree | e9f5eb3b0a5462a779756100f9f5c573a664719f /testing/py-case | |
parent | fbb466fe5df72f905a4d8abc3e668547c0509632 (diff) | |
download | aports-2a3c9948543ae9483b448d218ffccc1d1872abab.tar.bz2 aports-2a3c9948543ae9483b448d218ffccc1d1872abab.tar.xz |
testing/py-case: rebuild against python 3.7
Diffstat (limited to 'testing/py-case')
-rw-r--r-- | testing/py-case/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-case/APKBUILD b/testing/py-case/APKBUILD index ab206b9812..13dbf88818 100644 --- a/testing/py-case/APKBUILD +++ b/testing/py-case/APKBUILD @@ -2,7 +2,7 @@ pkgname=py-case _pyname=case pkgver=1.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python unittest utilities" url="https://github.com/celery/case/" arch="noarch" |