From 2e533d81e06d24cc6956192faed6667385c86c42 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Thu, 27 Dec 2018 01:05:54 -0600 Subject: [PATCH] dev-python/pyte: fix setuptools bdep Signed-off-by: Tim Harder --- dev-python/pyte/pyte-0.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}] ) " -- 2.26.2