From: David Seifert Date: Fri, 3 Jan 2020 20:46:15 +0000 (+0100) Subject: dev-python/cmd2: Remove python_gen_cond_dep calls for py3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f24cd559d5213c9f30302156d056e724fdc8abbd;p=gentoo.git dev-python/cmd2: Remove python_gen_cond_dep calls for py3.5 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/cmd2/cmd2-0.9.21.ebuild b/dev-python/cmd2/cmd2-0.9.21.ebuild index 715f6032dc28..68c78f3022d8 100644 --- a/dev-python/cmd2/cmd2-0.9.21.ebuild +++ b/dev-python/cmd2/cmd2-0.9.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ DEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5) dev-python/pytest[${PYTHON_USEDEP}] ) " diff --git a/dev-python/cmd2/cmd2-0.9.22.ebuild b/dev-python/cmd2/cmd2-0.9.22.ebuild index 715f6032dc28..68c78f3022d8 100644 --- a/dev-python/cmd2/cmd2-0.9.22.ebuild +++ b/dev-python/cmd2/cmd2-0.9.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,6 @@ DEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}] test? ( ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python3_5) dev-python/pytest[${PYTHON_USEDEP}] ) "