summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-30 17:52:34 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-30 18:59:48 +0200
commited969fe1920f4f2e62fe614b8ce0f86d04d33f16 (patch)
treeced3bb6b974c35be00d197a2e46101d7e013251b /net-p2p
parentdev-util/buildbot: Clean up dev-python/twisted[ssl] dep (diff)
downloadgentoo-ed969fe1920f4f2e62fe614b8ce0f86d04d33f16.tar.gz
gentoo-ed969fe1920f4f2e62fe614b8ce0f86d04d33f16.tar.bz2
gentoo-ed969fe1920f4f2e62fe614b8ce0f86d04d33f16.zip
net-p2p/deluge: Clean up dev-python/twisted[ssl] dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/deluge/deluge-2.1.1-r5.ebuild5
-rw-r--r--net-p2p/deluge/deluge-9999.ebuild5
2 files changed, 2 insertions, 8 deletions
diff --git a/net-p2p/deluge/deluge-2.1.1-r5.ebuild b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
index a7a9d775474e..5d9ec6ed1c78 100644
--- a/net-p2p/deluge/deluge-2.1.1-r5.ebuild
+++ b/net-p2p/deluge/deluge-2.1.1-r5.ebuild
@@ -54,10 +54,7 @@ RDEPEND="
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/rencode[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
- || (
- >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
- >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
- )
+ >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
')
diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild
index fbae2ca39a18..b4f75815b021 100644
--- a/net-p2p/deluge/deluge-9999.ebuild
+++ b/net-p2p/deluge/deluge-9999.ebuild
@@ -54,10 +54,7 @@ RDEPEND="
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/rencode[${PYTHON_USEDEP}]
dev-python/setproctitle[${PYTHON_USEDEP}]
- || (
- >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
- >=dev-python/twisted-17.1.0[crypt(-),${PYTHON_USEDEP}]
- )
+ >=dev-python/twisted-17.1.0[ssl(-),${PYTHON_USEDEP}]
>=dev-python/zope-interface-4.4.2[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
')