commit: 8232eb89ffa842706b3108b25b1ad7454687802b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:11:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:58:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8232eb89
dev-python/moto: Unbound indirect ecdsa dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/moto/{moto-1.3.16.ebuild => moto-1.3.16-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/moto/moto-1.3.16.ebuild
b/dev-python/moto/moto-1.3.16-r1.ebuild
similarity index 96%
rename from dev-python/moto/moto-1.3.16.ebuild
rename to dev-python/moto/moto-1.3.16-r1.ebuild
index cebf5f92d96..8a38d03655a 100644
--- a/dev-python/moto/moto-1.3.16.ebuild
+++ b/dev-python/moto/moto-1.3.16-r1.ebuild
@@ -59,6 +59,10 @@ BDEPEND="
distutils_enable_tests nose
python_prepare_all() {
+ # unping indirect dep on ecdsa that's supposed to workaround pip
+ # bugs
+ sed -i -e '/ecdsa/s:<0.15::' setup.py || die
+
# Disable tests that fail with network-sandbox.
sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \
-e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \