diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 15:55:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | 21baafeb7736055b1b09bd143126d702cbdf6b1d (patch) | |
tree | ee729741337e21317bbd7bf2a1d18217c83e8127 /testing/py3-httpretty | |
parent | fac9f2457f8ca329d3d23182dcedec84e24607ea (diff) | |
download | aports-21baafeb7736055b1b09bd143126d702cbdf6b1d.tar.bz2 aports-21baafeb7736055b1b09bd143126d702cbdf6b1d.tar.xz |
testing/py3-httpretty: rebuild against python 3.8
Diffstat (limited to 'testing/py3-httpretty')
-rw-r--r-- | testing/py3-httpretty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-httpretty/APKBUILD b/testing/py3-httpretty/APKBUILD index e911eca95c..f0fd5f3bcd 100644 --- a/testing/py3-httpretty/APKBUILD +++ b/testing/py3-httpretty/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-httpretty _pyname=httpretty pkgver=0.9.7 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP client mocking tool for Python" url="https://github.com/gabrielfalcao/HTTPretty" arch="noarch" |