From 5d00dc780f93e30a3b23d26ef3bf2fd431192c45 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 16 Mar 2020 22:16:44 +0100 Subject: dev-python/m2crypto: Replace virts with cond deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild') diff --git a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild index cf7277f442e7..56d88a04bbae 100644 --- a/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild +++ b/dev-python/m2crypto/m2crypto-0.31.0-r2.ebuild @@ -23,7 +23,9 @@ IUSE="libressl" RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - virtual/python-typing[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing[${PYTHON_USEDEP}] + ' -2) " DEPEND="${RDEPEND}" BDEPEND=" -- cgit v1.2.3-65-gdbad