commit: 1c062f8d8b341686e1c6f4aa00702c456d3ea69d
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 18:38:16 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 18:38:23 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c062f8d
dev-python/cryptography: Move to virtual for modules with mixed support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/cryptography/cryptography-1.0.2.ebuild | 2 +-
dev-python/cryptography/cryptography-1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild
b/dev-python/cryptography/cryptography-1.0.2.ebuild
index 0d097ad..20bb286 100644
--- a/dev-python/cryptography/cryptography-1.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-1.0.2.ebuild
@@ -25,11 +25,11 @@ RDEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]'
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
python3_3 pypy)
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]'
python2_7 pypy)
>=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 )
+ virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
diff --git a/dev-python/cryptography/cryptography-1.1.ebuild
b/dev-python/cryptography/cryptography-1.1.ebuild
index e0699eb..eff2cad 100644
--- a/dev-python/cryptography/cryptography-1.1.ebuild
+++ b/dev-python/cryptography/cryptography-1.1.ebuild
@@ -24,11 +24,11 @@ RDEPEND="
$(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]'
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
python3_3 pypy)
>=dev-python/idna-2.0[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]'
python2_7 pypy)
>=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 )
+ virtual/python-ipaddress[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]