commit:     16ba7a99ccfc70122daba6712bd863a908f3a652
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 22 22:32:57 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Apr 22 23:47:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ba7a99

dev-python/pyicu: remove $PYTHON_DEPS from RDEPEND

For ebuilds inheriting distutils-r1 this must only be set
if DISTUTILS_OPTIONAL is enabled.

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/pyicu/pyicu-2.4.3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/pyicu/pyicu-2.4.3.ebuild 
b/dev-python/pyicu/pyicu-2.4.3.ebuild
index 0d484ef291e..b22a4670463 100644
--- a/dev-python/pyicu/pyicu-2.4.3.ebuild
+++ b/dev-python/pyicu/pyicu-2.4.3.ebuild
@@ -18,8 +18,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="${PYTHON_DEPS}
-       dev-libs/icu:="
+RDEPEND="dev-libs/icu:="
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"

Reply via email to