diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-16 12:53:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-16 12:59:55 +0100 |
commit | ccd543a3befe9a4f3d95f3b8b59325c030d30509 (patch) | |
tree | 245b545177fde818831520fe02321876390b3347 /dev-python/pyxdg | |
parent | dev-python/parameterized: Remove py2 (diff) | |
download | gentoo-ccd543a3befe9a4f3d95f3b8b59325c030d30509.tar.gz gentoo-ccd543a3befe9a4f3d95f3b8b59325c030d30509.tar.bz2 gentoo-ccd543a3befe9a4f3d95f3b8b59325c030d30509.zip |
dev-python/pyxdg: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyxdg')
-rw-r--r-- | dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild index 42c7aba9535b..08d87ce82d84 100644 --- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild +++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) + inherit distutils-r1 MY_P=${PN}-rel-${PV} |