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/buildbot/buildbot-3.11.1.ebuild | |
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/buildbot/buildbot-3.11.1.ebuild')
-rw-r--r-- | dev-util/buildbot/buildbot-3.11.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
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? ( |