diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 14:52:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:41 +0000 |
commit | 56b2d97efb60616d87c5ab58c4149a4bef02cb55 (patch) | |
tree | 1ee71ebd61742ceadb844abcb82826bc6e484699 /community/py-netifaces | |
parent | 882ad7d953dbf21e01a033d98bb735376a75e53d (diff) | |
download | aports-56b2d97efb60616d87c5ab58c4149a4bef02cb55.tar.bz2 aports-56b2d97efb60616d87c5ab58c4149a4bef02cb55.tar.xz |
community/py-netifaces: rebuild against python 3.7
Diffstat (limited to 'community/py-netifaces')
-rw-r--r-- | community/py-netifaces/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-netifaces/APKBUILD b/community/py-netifaces/APKBUILD index 32f9b24549..767a311120 100644 --- a/community/py-netifaces/APKBUILD +++ b/community/py-netifaces/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-netifaces _pkgname=netifaces pkgver=0.10.9 -pkgrel=0 +pkgrel=1 pkgdesc="Portable module to access network interface information in Python" url="http://alastairs-place.net/netifaces/" arch="all" |