diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-27 07:43:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-27 08:22:15 +0100 |
commit | af69341175a7ae1eeb9c58599a74c61ae1d0499f (patch) | |
tree | 8f1d8b324af100aafcfaad0af365c7e8a8e3cca0 /dev-python/paste | |
parent | dev-python/paste: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-af69341175a7ae1eeb9c58599a74c61ae1d0499f.tar.gz gentoo-af69341175a7ae1eeb9c58599a74c61ae1d0499f.tar.bz2 gentoo-af69341175a7ae1eeb9c58599a74c61ae1d0499f.zip |
dev-python/paste: Use python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-3.2.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/paste/paste-3.2.3.ebuild b/dev-python/paste/paste-3.2.3.ebuild index eb9f07e5598b..1c8b18ca69e2 100644 --- a/dev-python/paste/paste-3.2.3.ebuild +++ b/dev-python/paste/paste-3.2.3.ebuild @@ -22,8 +22,10 @@ IUSE="flup openid" RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] >=dev-python/six-1.4.0[${PYTHON_USEDEP}] - flup? ( dev-python/flup[$(python_gen_usedep 'python2*')] ) - openid? ( dev-python/python-openid[$(python_gen_usedep 'python2*')] )" + flup? ( + $(python_gen_cond_dep 'dev-python/flup[${PYTHON_USEDEP}]' -2) ) + openid? ( + $(python_gen_cond_dep 'dev-python/python-openid[${PYTHON_USEDEP}]' -2) )" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |