commit:     79a95a66957bdcd93ad45de833590a9a2ca8ea69
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 14 22:39:26 2017 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 23:00:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a95a66

net-im/gajim: Drop pycrypto dependency, no longer supported by upstream

pycrypto itself is dead. There are problems with pycryptodome and
upstream doesn't actually care about pycrypto* at all.

Gentoo-Bug: 611628

 net-im/gajim/gajim-0.16.8-r1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild 
b/net-im/gajim/gajim-0.16.8-r1.ebuild
index 8cdc7f93598..43925d69412 100644
--- a/net-im/gajim/gajim-0.16.8-r1.ebuild
+++ b/net-im/gajim/gajim-0.16.8-r1.ebuild
@@ -42,10 +42,7 @@ RDEPEND="${COMMON_DEPEND}
        dev-python/pyasn1[${PYTHON_USEDEP}]
        >=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]
        >=dev-python/python-nbxmpp-0.5.6[${PYTHON_USEDEP}]
-       crypt? (
-               >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}]
-               dev-python/pycrypto[${PYTHON_USEDEP}]
-               )
+       crypt? ( >=dev-python/python-gnupg-0.4.0[${PYTHON_USEDEP}] )
        dbus? (
                dev-python/dbus-python[${PYTHON_USEDEP}]
                dev-libs/dbus-glib

Reply via email to