diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/google-auth/google-auth-1.14.3-r2.ebuild (renamed from dev-python/google-auth/google-auth-1.14.3-r1.ebuild) | 1 | ||||
| -rw-r--r-- | dev-python/google-auth/google-auth-1.14.3.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/google-auth/google-auth-1.14.3-r1.ebuild b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild index b9496dc3dac4..3ca2d90ff76f 100644 --- a/dev-python/google-auth/google-auth-1.14.3-r1.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3-r2.ebuild @@ -44,6 +44,7 @@ distutils_enable_tests pytest src_prepare() { # delete stray files included in the tarball find "${S}"/tests -name '*.pyc' -delete || die + sed -e 's|"rsa>=3.1.4,<4.1"|"rsa>=3.1.4"|' -i setup.py || die distutils-r1_src_prepare } diff --git a/dev-python/google-auth/google-auth-1.14.3.ebuild b/dev-python/google-auth/google-auth-1.14.3.ebuild index 2776bf9f4da6..c4209f691b68 100644 --- a/dev-python/google-auth/google-auth-1.14.3.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3.ebuild @@ -39,6 +39,7 @@ distutils_enable_tests pytest src_prepare() { # delete stray files included in the tarball find "${S}"/tests -name '*.pyc' -delete || die + sed -e 's|"rsa>=3.1.4,<4.1"|"rsa>=3.1.4"|' -i setup.py || die distutils-r1_src_prepare } |
