diff options
author | Bob Brooks <gitbugged@cool.fr.nf> | 2017-10-24 12:26:21 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-27 23:41:53 +0200 |
commit | fc3b85f3a9501affd3d36d2e1cccee5364c742f5 (patch) | |
tree | 78d208554bd6f4e2745de436e8b760bf8dea4a58 /dev-python | |
parent | net-nntp/nzbget: require openssl to be compiled with USE=-bindist. (diff) | |
download | gentoo-fc3b85f3a9501affd3d36d2e1cccee5364c742f5.tar.gz gentoo-fc3b85f3a9501affd3d36d2e1cccee5364c742f5.tar.bz2 gentoo-fc3b85f3a9501affd3d36d2e1cccee5364c742f5.zip |
dev-python/twisted-conch: support dev-python/pycryptodome.
Closes: https://bugs.gentoo.org/611618
Closes: https://github.com/gentoo/gentoo/pull/6025
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-15.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 " |