commit: 8723b1db804d4c8919f9c30421421bcd61b2169e Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Thu Sep 9 11:17:13 2021 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu Sep 9 11:17:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8723b1db
dev-python/unidecode: fix setuptools dependency Closes: https://bugs.gentoo.org/811972 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/unidecode/unidecode-1.3.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/unidecode/unidecode-1.3.0.ebuild b/dev-python/unidecode/unidecode-1.3.0.ebuild index 5a9d5f4cad0..49e9bce9e96 100644 --- a/dev-python/unidecode/unidecode-1.3.0.ebuild +++ b/dev-python/unidecode/unidecode-1.3.0.ebuild @@ -4,7 +4,6 @@ EAPI=8 PYTHON_COMPAT=( pypy3 python3_{8..10} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1
