summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-17 08:14:51 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-17 08:23:34 +0100
commit9af75b5da919acda6637995d9bf4e0e3dcab7f39 (patch)
treef1998cc3d76b219f7f41aebeab33ecc9bacb25fd /dev-python/jsonpickle
parentdev-python/ipywidgets: Clean py2 deps up (diff)
downloadgentoo-9af75b5da919acda6637995d9bf4e0e3dcab7f39.tar.gz
gentoo-9af75b5da919acda6637995d9bf4e0e3dcab7f39.tar.bz2
gentoo-9af75b5da919acda6637995d9bf4e0e3dcab7f39.zip
dev-python/jsonpickle: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r--dev-python/jsonpickle/jsonpickle-1.2.ebuild3
-rw-r--r--dev-python/jsonpickle/jsonpickle-1.3.ebuild3
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 918a3ef153a1..f27e26fe6319 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 48d7956ab09f..5ccef6b5e321 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