From: Michał Górny Date: Tue, 17 Mar 2020 07:14:51 +0000 (+0100) Subject: dev-python/jsonpickle: Clean py2 deps up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9af75b5da919acda6637995d9bf4e0e3dcab7f39;p=gentoo.git dev-python/jsonpickle: Clean py2 deps up Signed-off-by: Michał Górny --- 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