diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-26 14:09:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-26 14:50:53 +0200 |
commit | bf5f7fc0754c1986af8d4b48103ea87baa253534 (patch) | |
tree | 733761b11c0e0fce0791c1a48c8fd93ef3e2bf2c /dev-python/subvertpy | |
parent | dev-python/subvertpy: Enable py3.7 (diff) | |
download | gentoo-bf5f7fc0754c1986af8d4b48103ea87baa253534.tar.gz gentoo-bf5f7fc0754c1986af8d4b48103ea87baa253534.tar.bz2 gentoo-bf5f7fc0754c1986af8d4b48103ea87baa253534.zip |
dev-python/subvertpy: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r-- | dev-python/subvertpy/subvertpy-0.10.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/subvertpy/subvertpy-0.10.1.ebuild b/dev-python/subvertpy/subvertpy-0.10.1.ebuild index ea0a983db454..40de035a89c5 100644 --- a/dev-python/subvertpy/subvertpy-0.10.1.ebuild +++ b/dev-python/subvertpy/subvertpy-0.10.1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python{2_7,3_{6,7}} ) inherit distutils-r1 |