diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-05-02 22:49:50 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-05-02 22:49:50 -0400 |
commit | c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c (patch) | |
tree | c09bc56459eddf7d7dd9733517be44d99da86cbe /dev-python/ssl-fetch | |
parent | app-arch/rpm: don't call python-any-r1_pkg_setup when python is disabled (diff) | |
download | gentoo-c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c.tar.gz gentoo-c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c.tar.bz2 gentoo-c80d6c7c8a2b61f96e0ab4ec25faa2608dfcca5c.zip |
dev-python/ssl-fetch: DISTUTILS_USE_SETUPTOOLS=no
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python/ssl-fetch')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-0.4.ebuild | 1 | ||||
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild index 6014f57e3aa2..adde725cad0d 100644 --- a/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-0.4.ebuild @@ -4,6 +4,7 @@ EAPI=5 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index bd7d61998dfe..0cec3a3935e8 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no EGIT_BRANCH="master" |