From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B3E4158021 for ; Thu, 17 Nov 2022 18:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C37DE085A; Thu, 17 Nov 2022 18:07:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B66AFE085A for ; Thu, 17 Nov 2022 18:07:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 864BF340CA7 for ; Thu, 17 Nov 2022 18:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11746F8 for ; Thu, 17 Nov 2022 18:07:43 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1668708458.6365c4f4ea49b30cc4f6129f2f9bf60a7b745246.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dulwich/dulwich-0.20.46.ebuild dev-python/dulwich/dulwich-0.20.50.ebuild X-VCS-Directories: dev-python/dulwich/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6365c4f4ea49b30cc4f6129f2f9bf60a7b745246 X-VCS-Branch: master Date: Thu, 17 Nov 2022 18:07:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7cf1f96-14e3-45fc-9965-77acbb90e1f0 X-Archives-Hash: 1133dde5638626f5e06a48dbbbba1373 commit: 6365c4f4ea49b30cc4f6129f2f9bf60a7b745246 Author: Michał Górny gentoo org> AuthorDate: Thu Nov 17 17:46:18 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Nov 17 18:07:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6365c4f4 dev-python/dulwich: Remove optional test deps on gevent Signed-off-by: Michał Górny gentoo.org> 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 8d39b956a1f3..01ad02944f1c 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 afced5638714..594af694a1c2 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}]