summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-01 17:26:50 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-01 17:26:57 +0100
commit139490a4b0b5065e0b025b91a87a6012db02276c (patch)
treecf749eb52d920f286a67f731b9d1829535a414a8 /dev-python/virtualenv/virtualenv-14.0.5.ebuild
parentdev-python/pytest-cov: Version Bump (diff)
downloadgentoo-139490a4b0b5065e0b025b91a87a6012db02276c.tar.gz
gentoo-139490a4b0b5065e0b025b91a87a6012db02276c.tar.bz2
gentoo-139490a4b0b5065e0b025b91a87a6012db02276c.zip
dev-python/virtualenv: Fix typo in deps
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/virtualenv/virtualenv-14.0.5.ebuild')
-rw-r--r--dev-python/virtualenv/virtualenv-14.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/virtualenv/virtualenv-14.0.5.ebuild b/dev-python/virtualenv/virtualenv-14.0.5.ebuild
index 064557dca298..077b94d4c720 100644
--- a/dev-python/virtualenv/virtualenv-14.0.5.ebuild
+++ b/dev-python/virtualenv/virtualenv-14.0.5.ebuild
@@ -23,7 +23,7 @@ IUSE="doc test"
RDEPEND=""
DEPEND="${RDEPEND}
- >=dev-python/setuptools-19.6.[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/mock[${PYTHON_USEDEP}]