Skip to content

Commit

Permalink
dev-python/virtualenv: Remove unnecessary dependency on pip & setuptools
Browse files Browse the repository at this point in the history
Bundled dev-python/{pip,setuptools,argparse,wheel} cannot be removed,
as we have a chicken and egg problem here. In the new virtualenv we
need those packages to install them.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566022

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Nov 17, 2015
1 parent 81a140c commit 49c59b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions dev-python/virtualenv/virtualenv-13.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sp
SLOT="0"
IUSE="doc test"

RDEPEND="
>=dev-python/pip-7.1.2[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
dev-python/mock[${PYTHON_USEDEP}]
Expand All @@ -44,7 +42,7 @@ python_compile_all() {
}

python_test() {
py.test -vvx || die "Tests fail with ${EPYTHON}"
py.test -v -v || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
Expand Down

0 comments on commit 49c59b1

Please sign in to comment.