summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-16 15:11:24 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-16 15:37:46 +0100
commit97cc35a11ab259feb0911d9834877ebe683e931c (patch)
tree6b199bfc2ed8f81438ee87b4e7a28b9c31fc9c9c /dev-python/pyyaml
parentdev-python/nose: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-97cc35a11ab259feb0911d9834877ebe683e931c.tar.gz
gentoo-97cc35a11ab259feb0911d9834877ebe683e931c.tar.bz2
gentoo-97cc35a11ab259feb0911d9834877ebe683e931c.zip
dev-python/pyyaml: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyyaml')
-rw-r--r--dev-python/pyyaml/pyyaml-5.1.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyyaml/pyyaml-5.1.2.ebuild b/dev-python/pyyaml/pyyaml-5.1.2.ebuild
index 422b706b4b24..98a1d8026a6a 100644
--- a/dev-python/pyyaml/pyyaml-5.1.2.ebuild
+++ b/dev-python/pyyaml/pyyaml-5.1.2.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
inherit distutils-r1