dev-python/roman: fix MisplacedEclassVar

We should set variables before inheriting eclasses
in case they take action at source-time.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-03-04 06:44:12 +00:00
parent e8c14f917f
commit 1d9116c78d
No known key found for this signature in database
GPG Key ID: F4922810EEA0483B
1 changed files with 1 additions and 2 deletions

View File

@ -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/"