From: Pacho Ramos Date: Wed, 6 May 2020 18:29:07 +0000 (+0200) Subject: dev-python/pyclipper: Needs unittest2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d286e3393971f942d7d7c972b13409b8f3c60614;p=gentoo.git dev-python/pyclipper: Needs unittest2 Thanks-to: Thomas Deutschmann Closes: https://bugs.gentoo.org/721158 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild index 92d5751de091..8aeb8a431546 100644 --- a/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild +++ b/dev-python/pyclipper/pyclipper-1.1.0_p3-r1.ebuild @@ -20,7 +20,10 @@ BDEPEND=" dev-python/setuptools-git[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] - test? ( dev-python/pytest-runner[${PYTHON_USEDEP}] ) + test? ( + dev-python/pytest-runner[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] + ) " RDEPEND="" DEPEND=""