From: Michał Górny Date: Mon, 16 Dec 2019 13:55:49 +0000 (+0100) Subject: dev-python/strict-rfc3339: Set DISTUTILS_USE_SETUPTOOLS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6025cc4be48eb5efb8264ad4cb9fff7a709cda03;p=gentoo.git dev-python/strict-rfc3339: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny --- diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index 07ea220922f6..9fa69a3b36c8 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} ) inherit distutils-r1