commit: 3a51d23efaa263cb0198c04b01b1a25a4ff72808
Author: Sean Vig <sean.v.775 <AT> gmail <DOT> com>
AuthorDate: Sat Aug 22 23:12:57 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 02:41:58 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a51d23e
dev-python/cryptography: Enable pypy as Python target
dev-python/cryptography/cryptography-1.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/cryptography/cryptography-1.0.ebuild
b/dev-python/cryptography/cryptography-1.0.ebuild
index c06bcfd..8975371 100644
--- a/dev-python/cryptography/cryptography-1.0.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.ebuild
@@ -5,7 +5,7 @@
EAPI=5
# only works with >=pypy-2.6
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1
@@ -27,6 +27,7 @@ RDEPEND="
>=dev-python/pyasn1-0.1.8[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy )
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]