Skip to content
Snippets Groups Projects
Commit 022d1d3e authored by Andrzej Giniewicz's avatar Andrzej Giniewicz
Browse files

python-oauth2client: fix FS#45547

parent 08d431f5
No related branches found
Tags 2.0.0.post1-1
No related merge requests found
......@@ -4,7 +4,7 @@
pkgbase=python-oauth2client
pkgname=('python2-oauth2client' 'python-oauth2client')
pkgver=1.4.11
pkgrel=2
pkgrel=3
pkgdesc="A client library for OAuth 2.0"
arch=('any')
url="https://github.com/google/oauth2client"
......@@ -18,6 +18,10 @@ md5sums=('ace6b6e4c9cd17fd611d9984d6746c7b')
prepare() {
cd "$srcdir"
# Fix FS#45547
sed -e "s|'pyasn1_modules==0.0.5'|'pyasn1_modules>=0.0.5'|" -i oauth2client-${pkgver}/setup.py
cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
cd oauth2client-py2-${pkgver}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment