summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 14:55:49 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:29 +0100
commit6025cc4be48eb5efb8264ad4cb9fff7a709cda03 (patch)
tree73d9fa36c6991e2794f5677206cc2bdb28b45314 /dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild
parentx11-wm/xpra: fix for USE=-dbus. (diff)
downloadgentoo-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/strict-rfc3339-0.7-r1.ebuild')
-rw-r--r--dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild1
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