diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-09-09 13:17:13 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-09-09 13:17:26 +0200 |
commit | 8723b1db804d4c8919f9c30421421bcd61b2169e (patch) | |
tree | a2675270e3b0312bf2c65353a94f3026a8b8c3dc /dev-python/unidecode | |
parent | www-client/chromium: beta channel bump to 94.0.4606.41 (diff) | |
download | gentoo-8723b1db804d4c8919f9c30421421bcd61b2169e.tar.gz gentoo-8723b1db804d4c8919f9c30421421bcd61b2169e.tar.bz2 gentoo-8723b1db804d4c8919f9c30421421bcd61b2169e.zip |
dev-python/unidecode: fix setuptools dependency
Closes: https://bugs.gentoo.org/811972
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r-- | dev-python/unidecode/unidecode-1.3.0.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/unidecode/unidecode-1.3.0.ebuild b/dev-python/unidecode/unidecode-1.3.0.ebuild index 5a9d5f4cad04..49e9bce9e96c 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 |