dev-python/twisted-conch: support dev-python/pycryptodome.

Closes: https://bugs.gentoo.org/611618
Closes: https://github.com/gentoo/gentoo/pull/6025
This commit is contained in:
Bob Brooks
2017-10-24 12:26:21 -04:00
committed by Patrice Clement
parent 58f0327dbf
commit fc3b85f3a9

View File

@@ -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
"