summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/roman/roman-3.3.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/roman/roman-3.3.ebuild b/dev-python/roman/roman-3.3.ebuild
index 4bef23d68510..97c8ad4615f0 100644
--- a/dev-python/roman/roman-3.3.ebuild
+++ b/dev-python/roman/roman-3.3.ebuild
@@ -4,9 +4,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
DESCRIPTION="An Integer to Roman numerals converter"
HOMEPAGE="https://pypi.org/project/roman/"