From 6365c4f4ea49b30cc4f6129f2f9bf60a7b745246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 17 Nov 2022 18:46:18 +0100 Subject: [PATCH] dev-python/dulwich: Remove optional test deps on gevent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/dulwich/dulwich-0.20.46.ebuild | 4 ---- dev-python/dulwich/dulwich-0.20.50.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dev-python/dulwich/dulwich-0.20.46.ebuild b/dev-python/dulwich/dulwich-0.20.46.ebuild index 8d39b956a1f39..01ad02944f1c1 100644 --- a/dev-python/dulwich/dulwich-0.20.46.ebuild +++ b/dev-python/dulwich/dulwich-0.20.46.ebuild @@ -28,10 +28,6 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - !hppa? ( !ia64? ( !s390? ( - dev-python/gevent[${PYTHON_USEDEP}] - dev-python/geventhttpclient[${PYTHON_USEDEP}] - ) ) ) app-crypt/gpgme[python,${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/fastimport[${PYTHON_USEDEP}] diff --git a/dev-python/dulwich/dulwich-0.20.50.ebuild b/dev-python/dulwich/dulwich-0.20.50.ebuild index afced5638714a..594af694a1c2b 100644 --- a/dev-python/dulwich/dulwich-0.20.50.ebuild +++ b/dev-python/dulwich/dulwich-0.20.50.ebuild @@ -28,10 +28,6 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - !hppa? ( !ia64? ( !s390? ( - dev-python/gevent[${PYTHON_USEDEP}] - dev-python/geventhttpclient[${PYTHON_USEDEP}] - ) ) ) app-crypt/gpgme[python,${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/fastimport[${PYTHON_USEDEP}]