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/future/
Date: Sat, 16 Nov 2019 11:20:54
Message-Id: 1573903245.7a8e3e80f69ab2e8482f1c14b1087230fcdde5a6.mgorny@gentoo
1 commit: 7a8e3e80f69ab2e8482f1c14b1087230fcdde5a6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 11:20:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 11:20:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8e3e80
7
8 dev-python/future: No need to restrict python_gen_any_dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/future/future-0.18.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/future/future-0.18.2.ebuild b/dev-python/future/future-0.18.2.ebuild
16 index 5444a0c4f1f..d5b55ddea8d 100644
17 --- a/dev-python/future/future-0.18.2.ebuild
18 +++ b/dev-python/future/future-0.18.2.ebuild
19 @@ -25,7 +25,7 @@ BDEPEND="
20 $(python_gen_any_dep '
21 dev-python/sphinx[${PYTHON_USEDEP}]
22 dev-python/sphinx-bootstrap-theme[${PYTHON_USEDEP}]
23 - ' python{2_7,3_{5,6,7}})
24 + ')
25 )
26 test? (
27 $(python_gen_cond_dep 'dev-python/numpy[${PYTHON_USEDEP}]' \