diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-24 13:30:39 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-24 13:30:39 +0200 |
commit | ef01f1d7cfbb9f1b15fad1895a66216e89ca982e (patch) | |
tree | 0231012d12415903f474c1728972040c18d1461e /app-emulation/docker-compose | |
parent | dev-python/aiohttp-cors: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-ef01f1d7cfbb9f1b15fad1895a66216e89ca982e.tar.gz gentoo-ef01f1d7cfbb9f1b15fad1895a66216e89ca982e.tar.bz2 gentoo-ef01f1d7cfbb9f1b15fad1895a66216e89ca982e.zip |
app-emulation/docker-compose: fix setuptools dependency
Closes: https://bugs.gentoo.org/809731
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-emulation/docker-compose')
-rw-r--r-- | app-emulation/docker-compose/docker-compose-1.29.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app-emulation/docker-compose/docker-compose-1.29.2.ebuild b/app-emulation/docker-compose/docker-compose-1.29.2.ebuild index f61fc3f500ac..8b8382057d29 100644 --- a/app-emulation/docker-compose/docker-compose-1.29.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.29.2.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit bash-completion-r1 distutils-r1 |