diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 08:26:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:44 +0000 |
commit | b3fb5c76e0ad073434531ebb7939971d9272ba7b (patch) | |
tree | ca13c79a244a4982645c447ead534b0d7cabdfd3 /community | |
parent | 567d792574defd26daaf5edcb36e07d7245b9e3f (diff) | |
download | aports-b3fb5c76e0ad073434531ebb7939971d9272ba7b.tar.bz2 aports-b3fb5c76e0ad073434531ebb7939971d9272ba7b.tar.xz |
community/py-prettytable: rebuild against python 3.7
Diffstat (limited to 'community')
-rw-r--r-- | community/py-prettytable/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-prettytable/APKBUILD b/community/py-prettytable/APKBUILD index e8fe65ba9a..9ed269d0e9 100644 --- a/community/py-prettytable/APKBUILD +++ b/community/py-prettytable/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-prettytable _pkgname=prettytable pkgver=0.7.2 -pkgrel=1 +pkgrel=2 pkgdesc="A simple Python library for easily displaying tabular data in a visually appealing ASCII table format" url="http://code.google.com/p/prettytable/" arch="noarch" |