diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:14:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-17 08:23:07 +0100 |
commit | 062daf2152d490f3c8cb4f0db8fc2f97b762a87d (patch) | |
tree | ac34f2df08671d1a93469171a731f8386f0069da /app-vim | |
parent | app-crypt/yubikey-manager: Clean py2 deps up (diff) | |
download | gentoo-062daf2152d490f3c8cb4f0db8fc2f97b762a87d.tar.gz gentoo-062daf2152d490f3c8cb4f0db8fc2f97b762a87d.tar.bz2 gentoo-062daf2152d490f3c8cb4f0db8fc2f97b762a87d.zip |
app-vim/pyclewn: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pyclewn/pyclewn-2.1-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild index 82746ceb4849..67459d86ff7e 100644 --- a/app-vim/pyclewn/pyclewn-2.1-r1.ebuild +++ b/app-vim/pyclewn/pyclewn-2.1-r1.ebuild @@ -24,11 +24,7 @@ DEPEND=" app-arch/vimball" RDEPEND=" - ${DEPEND} - $(python_gen_cond_dep \ - 'dev-python/pdb-clone[${PYTHON_USEDEP}]' python{2_7,3_5}) - $(python_gen_cond_dep \ - 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})" + ${DEPEND}" SLOT="0" |