From: Sean Vig Date: Sat, 22 Aug 2015 19:10:42 +0000 (-0500) Subject: dev-python/bcrypt: Ensure new enough pypy installed X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d1473b547540ba47c235c9f4841a8c85d6918276;p=gentoo.git dev-python/bcrypt: Ensure new enough pypy installed --- diff --git a/dev-python/bcrypt/bcrypt-2.0.0.ebuild b/dev-python/bcrypt/bcrypt-2.0.0.ebuild index 28ee0eeb4886..a10d7dfbbbf4 100644 --- a/dev-python/bcrypt/bcrypt-2.0.0.ebuild +++ b/dev-python/bcrypt/bcrypt-2.0.0.ebuild @@ -23,9 +23,11 @@ IUSE="" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) " RDEPEND=" $(python_gen_cond_dep '>=dev-python/cffi-1.1:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '>=virtual/pypy-2.6.0' pypy ) >=dev-python/six-1.4.1[${PYTHON_USEDEP}] !dev-python/py-bcrypt"