diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:36 +0100 |
commit | 125316c3b03794ee224ba39e708425cf2a6442b8 (patch) | |
tree | 53d699df892966671b29fd7248a5f449926ab854 /dev-python/jupyter_console | |
parent | dev-python/jupyter_client: Clean py2 deps up (diff) | |
download | gentoo-125316c3b03794ee224ba39e708425cf2a6442b8.tar.gz gentoo-125316c3b03794ee224ba39e708425cf2a6442b8.tar.bz2 gentoo-125316c3b03794ee224ba39e708425cf2a6442b8.zip |
dev-python/jupyter_console: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter_console')
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-5.1.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/jupyter_console/jupyter_console-6.0.0.ebuild | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild index 2945c032b016..23b925e042d5 100644 --- a/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-5.1.0.ebuild @@ -27,7 +27,6 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') dev-python/pexpect[${PYTHON_USEDEP}] >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] ) diff --git a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild index 2945c032b016..23b925e042d5 100644 --- a/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild +++ b/dev-python/jupyter_console/jupyter_console-6.0.0.ebuild @@ -27,7 +27,6 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*') dev-python/pexpect[${PYTHON_USEDEP}] >=dev-python/nose-0.10.1[${PYTHON_USEDEP}] ) |