diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-11-17 18:46:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-11-17 19:07:38 +0100 |
commit | 6365c4f4ea49b30cc4f6129f2f9bf60a7b745246 (patch) | |
tree | 0495c4410c95d86ccb9b677fae98c47f257144c0 /dev-python/dulwich | |
parent | profiles: last-rite libnet:1.0 rdeps (diff) | |
download | gentoo-6365c4f4ea49b30cc4f6129f2f9bf60a7b745246.tar.gz gentoo-6365c4f4ea49b30cc4f6129f2f9bf60a7b745246.tar.bz2 gentoo-6365c4f4ea49b30cc4f6129f2f9bf60a7b745246.zip |
dev-python/dulwich: Remove optional test deps on gevent
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.46.ebuild | 4 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.50.ebuild | 4 |
2 files changed, 0 insertions, 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}] |