diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:33 +0100 |
commit | 9e64fab7a49cf44102a828c7cbc014be9738e423 (patch) | |
tree | b1fa2e48fc429ccb9982c2cf547aa1fcbe7784e4 /dev-python/ipywidgets | |
parent | dev-python/ipython: Clean py2 deps up (diff) | |
download | gentoo-9e64fab7a49cf44102a828c7cbc014be9738e423.tar.gz gentoo-9e64fab7a49cf44102a828c7cbc014be9738e423.tar.bz2 gentoo-9e64fab7a49cf44102a828c7cbc014be9738e423.zip |
dev-python/ipywidgets: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipywidgets')
-rw-r--r-- | dev-python/ipywidgets/ipywidgets-7.0.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/ipywidgets/ipywidgets-7.4.2.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild index b8e1e3cdf6b7..25bf0838eb43 100644 --- a/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild +++ b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild @@ -26,7 +26,6 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] ) diff --git a/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild b/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild index 544ac2fdd413..36d3ed75561b 100644 --- a/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild +++ b/dev-python/ipywidgets/ipywidgets-7.4.2.ebuild @@ -26,7 +26,6 @@ RDEPEND=" " DEPEND="${RDEPEND} test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] ) |