diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-10 15:31:43 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-10 15:31:43 +0100 |
commit | 4282a8491c6d5093b88bcc47b89109336cd52580 (patch) | |
tree | 81966d83dd034e9b02769da9275f0f7e5314e01d /dev-python | |
parent | app-vim/youcompleteme: Use virtual instead of plain package (diff) | |
download | gentoo-4282a8491c6d5093b88bcc47b89109336cd52580.tar.gz gentoo-4282a8491c6d5093b88bcc47b89109336cd52580.tar.bz2 gentoo-4282a8491c6d5093b88bcc47b89109336cd52580.zip |
dev-python/boto3: Use virtual for module with mixed impl support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/boto3/boto3-1.1.2.ebuild | 3 | ||||
-rw-r--r-- | dev-python/boto3/boto3-1.1.3.ebuild | 3 | ||||
-rw-r--r-- | dev-python/boto3/boto3-1.2.1.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/boto3/boto3-1.1.2.ebuild b/dev-python/boto3/boto3-1.1.2.ebuild index 2b98eeb21f6b..3b10b197e3e6 100644 --- a/dev-python/boto3/boto3-1.1.2.ebuild +++ b/dev-python/boto3/boto3-1.1.2.ebuild @@ -21,7 +21,8 @@ CDEPEND=" <dev-python/botocore-1.2.0[${PYTHON_USEDEP}] >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}] <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7') + =dev-python/futures-2.2.0 + virtual/python-futures[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/boto3/boto3-1.1.3.ebuild b/dev-python/boto3/boto3-1.1.3.ebuild index 2b890fbd311d..182ed8d96cd7 100644 --- a/dev-python/boto3/boto3-1.1.3.ebuild +++ b/dev-python/boto3/boto3-1.1.3.ebuild @@ -21,7 +21,8 @@ CDEPEND=" <dev-python/botocore-1.3.0[${PYTHON_USEDEP}] >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}] <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7') + =dev-python/futures-2.2.0 + virtual/python-futures[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/boto3/boto3-1.2.1.ebuild b/dev-python/boto3/boto3-1.2.1.ebuild index 17d67c2b1c93..5858446fdacd 100644 --- a/dev-python/boto3/boto3-1.2.1.ebuild +++ b/dev-python/boto3/boto3-1.2.1.ebuild @@ -21,7 +21,8 @@ CDEPEND=" <dev-python/botocore-1.4.0[${PYTHON_USEDEP}] >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7') + =dev-python/futures-2.2.0 + virtual/python-futures[${PYTHON_USEDEP}] " DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] |