diff options
-rw-r--r-- | dev-python/cheetah3/cheetah3-3.2.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/cheetah3/cheetah3-3.2.4.ebuild b/dev-python/cheetah3/cheetah3-3.2.4.ebuild index 392553481873..6b1ecbf74c92 100644 --- a/dev-python/cheetah3/cheetah3-3.2.4.ebuild +++ b/dev-python/cheetah3/cheetah3-3.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="Python-powered template engine and code generator" @@ -11,7 +11,6 @@ HOMEPAGE="http://www.cheetahtemplate.org/ https://pypi.org/project/Cheetah3/" SRC_URI="https://github.com/CheetahTemplate3/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -IUSE="" KEYWORDS="amd64 ~arm64 x86" SLOT="0" |