diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-30 17:52:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-30 18:59:47 +0200 |
commit | f845cf92d18363fe9b377ecab7e7fb876477dad7 (patch) | |
tree | 4e6c33d88a309aca1e1c65c1eda86b0dc04b93f7 /dev-util | |
parent | dev-python/treq: Clean up dev-python/twisted[ssl] dep (diff) | |
download | gentoo-f845cf92d18363fe9b377ecab7e7fb876477dad7.tar.gz gentoo-f845cf92d18363fe9b377ecab7e7fb876477dad7.tar.bz2 gentoo-f845cf92d18363fe9b377ecab7e7fb876477dad7.zip |
dev-util/buildbot: Clean up dev-python/twisted[ssl] dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot/buildbot-3.11.0.ebuild | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-3.11.1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-9999.ebuild | 7 |
3 files changed, 4 insertions, 13 deletions
diff --git a/dev-util/buildbot/buildbot-3.11.0.ebuild b/dev-util/buildbot/buildbot-3.11.0.ebuild index 0435d40b6f50..6ecbe1c4db9c 100644 --- a/dev-util/buildbot/buildbot-3.11.0.ebuild +++ b/dev-util/buildbot/buildbot-3.11.0.ebuild @@ -41,10 +41,7 @@ RDEPEND=" crypt? ( >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] dev-python/service-identity[${PYTHON_USEDEP}] - || ( - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},crypt(-)] - ) + >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] dev-python/idna[${PYTHON_USEDEP}] ) irc? ( diff --git a/dev-util/buildbot/buildbot-3.11.1.ebuild b/dev-util/buildbot/buildbot-3.11.1.ebuild index b47ee4742f0f..1f751a15a49e 100644 --- a/dev-util/buildbot/buildbot-3.11.1.ebuild +++ b/dev-util/buildbot/buildbot-3.11.1.ebuild @@ -45,10 +45,7 @@ RDEPEND=" crypt? ( >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] dev-python/service-identity[${PYTHON_USEDEP}] - || ( - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},crypt(-)] - ) + >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] dev-python/idna[${PYTHON_USEDEP}] ) irc? ( diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 52e7416a9b6e..16c913ecb0b9 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -38,10 +38,7 @@ RDEPEND=" crypt? ( >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] dev-python/service-identity[${PYTHON_USEDEP}] - || ( - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] - >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},crypt(-)] - ) + >=dev-python/twisted-18.7.0[${PYTHON_USEDEP},ssl(-)] dev-python/idna[${PYTHON_USEDEP}] ) irc? ( |