diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-12 19:28:21 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-12 19:38:23 +0100 |
commit | 7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a (patch) | |
tree | 91b8ff89d0a0661efdc10758cb70b0c8ae5a5701 /dev-python/pip | |
parent | dev-python/cryptography: Drop empty files (diff) | |
download | gentoo-7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a.tar.gz gentoo-7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a.tar.bz2 gentoo-7c2fdffbd8d5efdebd914dcaf9ad91f5cacd637a.zip |
dev-python/pip: Move to virtual for modules with mixed support
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r-- | dev-python/pip/pip-7.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pip/pip-7.1.2.ebuild b/dev-python/pip/pip-7.1.2.ebuild index 1704e82a88d0..293223a545bf 100644 --- a/dev-python/pip/pip-7.1.2.ebuild +++ b/dev-python/pip/pip-7.1.2.ebuild @@ -27,9 +27,9 @@ VENDOR_DEPEND=" >=dev-python/CacheControl-0.11.5[${PYTHON_USEDEP}] >=dev-python/lockfile-0.10.2[${PYTHON_USEDEP}] >=dev-python/progress-1.2[${PYTHON_USEDEP}] - >=dev-python/ipaddress-1.0.14[${PYTHON_USEDEP}] >=dev-python/packaging-15.3[${PYTHON_USEDEP}] >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}] + virtual/python-ipaddress[${PYTHON_USEDEP}] " RDEPEND="${VENDOR_DEPEND} >=dev-python/setuptools-18.2[${PYTHON_USEDEP}] |