From: Bob Brooks Date: Tue, 24 Oct 2017 16:26:21 +0000 (-0400) Subject: dev-python/twisted-conch: support dev-python/pycryptodome. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc3b85f3a9501affd3d36d2e1cccee5364c742f5;p=gentoo.git dev-python/twisted-conch: support dev-python/pycryptodome. Closes: https://bugs.gentoo.org/611618 Closes: https://github.com/gentoo/gentoo/pull/6025 --- diff --git a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild index e28a1ad781cf..471d751be87c 100644 --- a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild +++ b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild @@ -14,7 +14,7 @@ IUSE="" DEPEND=" =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}]" + dev-python/pycryptodome[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} !dev-python/twisted "