From: Tim Harder Date: Thu, 27 Dec 2018 07:05:54 +0000 (-0600) Subject: dev-python/pyte: fix setuptools bdep X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2e533d81e06d24cc6956192faed6667385c86c42;p=gentoo.git dev-python/pyte: fix setuptools bdep Signed-off-by: Tim Harder --- diff --git a/dev-python/pyte/pyte-0.8.0-r1.ebuild b/dev-python/pyte/pyte-0.8.0-r1.ebuild index 9c9700af2e52..d2401d461ce0 100644 --- a/dev-python/pyte/pyte-0.8.0-r1.ebuild +++ b/dev-python/pyte/pyte-0.8.0-r1.ebuild @@ -20,7 +20,7 @@ IUSE="test" RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) "