diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 09:26:29 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:45 +0000 |
commit | 9847a3993516543fb54b12388f3ef12913846c82 (patch) | |
tree | ac59f426181420c7aab8edc14e690f57e4d00186 /community/py-waitress | |
parent | 2e9d594a8d84b0c66b48387589d1c2f8ca43d596 (diff) | |
download | aports-9847a3993516543fb54b12388f3ef12913846c82.tar.bz2 aports-9847a3993516543fb54b12388f3ef12913846c82.tar.xz |
community/py-waitress: rebuild against python 3.7
Diffstat (limited to 'community/py-waitress')
-rw-r--r-- | community/py-waitress/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-waitress/APKBUILD b/community/py-waitress/APKBUILD index ca59e55b22..2c65f86227 100644 --- a/community/py-waitress/APKBUILD +++ b/community/py-waitress/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-waitress _pkgname=waitress pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Python WSGI server" url="https://github.com/Pylons/waitress" arch="noarch" |