dev-python/strict-rfc3339: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 13:55:49 +0000 (14:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Dec 2019 14:37:29 +0000 (15:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild

index 07ea220922f66fe4d152d79cc26175c45fa45bfd..9fa69a3b36c89e4d99c2a52b5a54c30faa7e8a7b 100644 (file)
@@ -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