diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-10-14 22:02:23 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-10-14 22:02:23 +0100 |
commit | 1816aabb569274c8ced621ddab21e40eb92e2ae6 (patch) | |
tree | ada24c85765f2fc067e9b5f9ff31336a8cf815dd /dev-python/python-lhafile | |
parent | sys-apps/dmidecode: Removed old (diff) | |
download | gentoo-1816aabb569274c8ced621ddab21e40eb92e2ae6.tar.gz gentoo-1816aabb569274c8ced621ddab21e40eb92e2ae6.tar.bz2 gentoo-1816aabb569274c8ced621ddab21e40eb92e2ae6.zip |
dev-python/python-lhafile: Don't depend on dev-python/setuptools
Closes: https://bugs.gentoo.org/748636
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-lhafile')
-rw-r--r-- | dev-python/python-lhafile/python-lhafile-0.2.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild index 10197a81b54b..c26f4c4904c7 100644 --- a/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild +++ b/dev-python/python-lhafile/python-lhafile-0.2.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |