diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 14:51:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:41 +0000 |
commit | f6f11c8b47087b540154e8944aac86880232a12d (patch) | |
tree | 4f6083653e8fb7672da47be710ab3e5768d10294 /community/py3-async-timeout-gns3 | |
parent | 9b3bd6183c328e64f0dcbd6e1c684e3849696228 (diff) | |
download | aports-f6f11c8b47087b540154e8944aac86880232a12d.tar.bz2 aports-f6f11c8b47087b540154e8944aac86880232a12d.tar.xz |
community/py3-async-timeout-gns3: rebuild against python 3.7
Diffstat (limited to 'community/py3-async-timeout-gns3')
-rw-r--r-- | community/py3-async-timeout-gns3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-async-timeout-gns3/APKBUILD b/community/py3-async-timeout-gns3/APKBUILD index c95ce181f5..050974d4f5 100644 --- a/community/py3-async-timeout-gns3/APKBUILD +++ b/community/py3-async-timeout-gns3/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-async-timeout-gns3 _pkgname=async-timeout pkgver=2.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Timeout context manager for asyncio programs - GNS3 compatible version" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" |