diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-11 13:58:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:20:46 +0200 |
commit | c2d5ad8f2912bb2c1fb18b027a12c5619d08fce0 (patch) | |
tree | ffeb2cebe25d76332eff05f438f345ddc4b63202 /dev-python/cheetah3 | |
parent | dev-python/python-vitrageclient: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-c2d5ad8f2912bb2c1fb18b027a12c5619d08fce0.tar.gz gentoo-c2d5ad8f2912bb2c1fb18b027a12c5619d08fce0.tar.bz2 gentoo-c2d5ad8f2912bb2c1fb18b027a12c5619d08fce0.zip |
dev-python/cheetah3: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/746716
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheetah3')
-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" |