diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-04-22 23:32:57 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-04-23 00:47:36 +0100 |
commit | 16ba7a99ccfc70122daba6712bd863a908f3a652 (patch) | |
tree | bb1ef3a782c5cc03cbe42bfaef43964bd180f158 /dev-python/pyicu | |
parent | app-backup/borgmatic: remove old (diff) | |
download | gentoo-16ba7a99ccfc70122daba6712bd863a908f3a652.tar.gz gentoo-16ba7a99ccfc70122daba6712bd863a908f3a652.tar.bz2 gentoo-16ba7a99ccfc70122daba6712bd863a908f3a652.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pyicu')
-rw-r--r-- | dev-python/pyicu/pyicu-2.4.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyicu/pyicu-2.4.3.ebuild b/dev-python/pyicu/pyicu-2.4.3.ebuild index 0d484ef291e3..b22a46704638 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}" |