commit:     2e533d81e06d24cc6956192faed6667385c86c42
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 27 07:05:54 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Dec 27 07:05:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e533d81

dev-python/pyte: fix setuptools bdep

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 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 9c9700af2e5..d2401d461ce 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}] )
 "
 

Reply via email to