From 2a8694ac9d9df0912f9bcf9f355f0ae145a5b2d3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 22 Mar 2021 13:21:07 +0000 Subject: community/py3-oauth2: rebuild against python 3.9 --- community/py3-oauth2/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/py3-oauth2/APKBUILD b/community/py3-oauth2/APKBUILD index bb3929a0264..09e47f50f95 100644 --- a/community/py3-oauth2/APKBUILD +++ b/community/py3-oauth2/APKBUILD @@ -3,13 +3,14 @@ pkgname=py3-oauth2 _pkgname=oauth2 pkgver=1.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python3 library for OAuth" url="https://github.com/simplegeo/python-oauth2" arch="noarch" license="MIT" depends="python3 py3-httplib2" makedepends="py3-setuptools" +checkdepends="py3-mock py3-coverage" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.post1.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver.post1 -- cgit v1.2.3