Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/
Date: Thu, 09 Sep 2021 11:17:45
Message-Id: 1631186246.8723b1db804d4c8919f9c30421421bcd61b2169e.sbraz@gentoo
1 commit: 8723b1db804d4c8919f9c30421421bcd61b2169e
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 9 11:17:13 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 9 11:17:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8723b1db
7
8 dev-python/unidecode: fix setuptools dependency
9
10 Closes: https://bugs.gentoo.org/811972
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/unidecode/unidecode-1.3.0.ebuild | 1 -
14 1 file changed, 1 deletion(-)
15
16 diff --git a/dev-python/unidecode/unidecode-1.3.0.ebuild b/dev-python/unidecode/unidecode-1.3.0.ebuild
17 index 5a9d5f4cad0..49e9bce9e96 100644
18 --- a/dev-python/unidecode/unidecode-1.3.0.ebuild
19 +++ b/dev-python/unidecode/unidecode-1.3.0.ebuild
20 @@ -4,7 +4,6 @@
21 EAPI=8
22
23 PYTHON_COMPAT=( pypy3 python3_{8..10} )
24 -DISTUTILS_USE_SETUPTOOLS="rdepend"
25
26 inherit distutils-r1