summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-12 23:11:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-13 00:58:16 +0200
commit8232eb89ffa842706b3108b25b1ad7454687802b (patch)
tree5b76a1be55dad349d20720966ea5b957576b00ae /dev-python/moto
parentdev-python/python-jose: Unbound ecdsa dep (diff)
downloadgentoo-8232eb89ffa842706b3108b25b1ad7454687802b.tar.gz
gentoo-8232eb89ffa842706b3108b25b1ad7454687802b.tar.bz2
gentoo-8232eb89ffa842706b3108b25b1ad7454687802b.zip
dev-python/moto: Unbound indirect ecdsa dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/moto')
-rw-r--r--dev-python/moto/moto-1.3.16-r1.ebuild (renamed from dev-python/moto/moto-1.3.16.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/moto/moto-1.3.16.ebuild b/dev-python/moto/moto-1.3.16-r1.ebuild
index cebf5f92d963..8a38d03655a1 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|' \