commit: 9af75b5da919acda6637995d9bf4e0e3dcab7f39
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:14:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 07:23:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9af75b5d
dev-python/jsonpickle: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonpickle/jsonpickle-1.2.ebuild | 3 +--
dev-python/jsonpickle/jsonpickle-1.3.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-python/jsonpickle/jsonpickle-1.2.ebuild
b/dev-python/jsonpickle/jsonpickle-1.2.ebuild
index 918a3ef153a..f27e26fe631 100644
--- a/dev-python/jsonpickle/jsonpickle-1.2.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-1.2.ebuild
@@ -24,8 +24,7 @@ RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
"
DEPEND="test? ( ${RDEPEND} )
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'dev-python/sphinxtogithub[${PYTHON_USEDEP}]' python2_7) )"
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
# Prevent un-needed d'loading during doc build
diff --git a/dev-python/jsonpickle/jsonpickle-1.3.ebuild
b/dev-python/jsonpickle/jsonpickle-1.3.ebuild
index 48d7956ab09..5ccef6b5e32 100644
--- a/dev-python/jsonpickle/jsonpickle-1.3.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-1.3.ebuild
@@ -24,8 +24,7 @@ RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/ujson[${PYTHON_USEDEP}]
"
DEPEND="test? ( ${RDEPEND} )
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
- $(python_gen_cond_dep
'dev-python/sphinxtogithub[${PYTHON_USEDEP}]' python2_7) )"
+ doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
python_prepare_all() {
# Prevent un-needed d'loading during doc build