Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moto/
Date: Sat, 12 Sep 2020 22:58:31
Message-Id: 1599951496.8232eb89ffa842706b3108b25b1ad7454687802b.mgorny@gentoo
1 commit: 8232eb89ffa842706b3108b25b1ad7454687802b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:11:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:58:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8232eb89
7
8 dev-python/moto: Unbound indirect ecdsa dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/moto/{moto-1.3.16.ebuild => moto-1.3.16-r1.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/dev-python/moto/moto-1.3.16.ebuild b/dev-python/moto/moto-1.3.16-r1.ebuild
16 similarity index 96%
17 rename from dev-python/moto/moto-1.3.16.ebuild
18 rename to dev-python/moto/moto-1.3.16-r1.ebuild
19 index cebf5f92d96..8a38d03655a 100644
20 --- a/dev-python/moto/moto-1.3.16.ebuild
21 +++ b/dev-python/moto/moto-1.3.16-r1.ebuild
22 @@ -59,6 +59,10 @@ BDEPEND="
23 distutils_enable_tests nose
24
25 python_prepare_all() {
26 + # unping indirect dep on ecdsa that's supposed to workaround pip
27 + # bugs
28 + sed -i -e '/ecdsa/s:<0.15::' setup.py || die
29 +
30 # Disable tests that fail with network-sandbox.
31 sed -e 's|^\(def \)\(test_context_manager()\)|\1_\2|' \
32 -e 's|^\(def \)\(test_decorator_start_and_stop()\)|\1_\2|' \