diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 14:55:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 15:37:29 +0100 |
commit | 6025cc4be48eb5efb8264ad4cb9fff7a709cda03 (patch) | |
tree | 73d9fa36c6991e2794f5677206cc2bdb28b45314 /dev-python/strict-rfc3339 | |
parent | x11-wm/xpra: fix for USE=-dbus. (diff) | |
download | gentoo-6025cc4be48eb5efb8264ad4cb9fff7a709cda03.tar.gz gentoo-6025cc4be48eb5efb8264ad4cb9fff7a709cda03.tar.bz2 gentoo-6025cc4be48eb5efb8264ad4cb9fff7a709cda03.zip |
dev-python/strict-rfc3339: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/strict-rfc3339')
-rw-r--r-- | dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 |