dev-python/pyte: fix setuptools bdep
authorTim Harder <radhermit@gentoo.org>
Thu, 27 Dec 2018 07:05:54 +0000 (01:05 -0600)
committerTim Harder <radhermit@gentoo.org>
Thu, 27 Dec 2018 07:05:54 +0000 (01:05 -0600)
Signed-off-by: Tim Harder <radhermit@gentoo.org>
dev-python/pyte/pyte-0.8.0-r1.ebuild

index 9c9700af2e522d7c05d5c7f20efd678f3ac0bf88..d2401d461ce03550fb6cc89d7eb29df26681d768 100644 (file)
@@ -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}] )
 "