diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:18:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | a3acd862661bbb3c8cbd0e6db0a05fd4d498f51f (patch) | |
tree | 5f0581aeae61130828f5cfc3b9606c0dcbb98364 /community/py3-requests-oauthlib | |
parent | fd21ca88e0abf61020dd1f3009ff95c794d0d4c0 (diff) | |
download | aports-a3acd862661bbb3c8cbd0e6db0a05fd4d498f51f.tar.bz2 aports-a3acd862661bbb3c8cbd0e6db0a05fd4d498f51f.tar.xz |
community/py3-requests-oauthlib: rebuild against python 3.8
Diffstat (limited to 'community/py3-requests-oauthlib')
-rw-r--r-- | community/py3-requests-oauthlib/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-requests-oauthlib/APKBUILD b/community/py3-requests-oauthlib/APKBUILD index f4d474220c..3c2f18cc96 100644 --- a/community/py3-requests-oauthlib/APKBUILD +++ b/community/py3-requests-oauthlib/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-requests-oauthlib _pkgname=requests-oauthlib pkgver=1.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="First-class OAuth library support for Requests" options="!check" # Requires 'requests-mock' url="https://pypi.python.org/pypi/requests-oauthlib" |