summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2020-10-15 07:49:41 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-16 20:21:08 +0200
commit38005e190338fd20c44dc5c4713ea774ec941b3c (patch)
treeca1f0b0c06fca3d6a2c8f410c72db4442dfc0c5d
parentdev-python/webtest: correct DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-38005e190338fd20c44dc5c4713ea774ec941b3c.tar.gz
gentoo-38005e190338fd20c44dc5c4713ea774ec941b3c.tar.bz2
gentoo-38005e190338fd20c44dc5c4713ea774ec941b3c.zip
dev-python/jsonref: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748306 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/jsonref/jsonref-0.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/jsonref/jsonref-0.1.ebuild b/dev-python/jsonref/jsonref-0.1.ebuild
index 586741402ea0..5989f2b3ce7a 100644
--- a/dev-python/jsonref/jsonref-0.1.ebuild
+++ b/dev-python/jsonref/jsonref-0.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6,7,8} )
inherit eutils distutils-r1