diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 10:55:37 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:12:13 +0200 |
commit | f306395782c35d86d0e40bfc4458b49193aacadb (patch) | |
tree | b21709b784f325d6b5091e643eb8a5d11e4a8d64 | |
parent | dev-python/setuptools: Unbundle packaging (diff) | |
download | gentoo-f306395782c35d86d0e40bfc4458b49193aacadb.tar.gz gentoo-f306395782c35d86d0e40bfc4458b49193aacadb.tar.bz2 gentoo-f306395782c35d86d0e40bfc4458b49193aacadb.zip |
dev-python/setuptools: Add python3 USEDEP support to dev-python/mock
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | dev-python/setuptools/setuptools-18.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-18.2-r1.ebuild b/dev-python/setuptools/setuptools-18.2-r1.ebuild index 0d3656a5564a..8b038640bffa 100644 --- a/dev-python/setuptools/setuptools-18.2-r1.ebuild +++ b/dev-python/setuptools/setuptools-18.2-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND=">=dev-python/packaging-15.3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) + dev-python/mock[${PYTHON_USEDEP}] ) " @@ -31,7 +31,7 @@ DISTUTILS_IN_SOURCE_BUILD=1 DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} ) python_prepare_all() { - rm -r ./pkg_resources/_vendor/packaging || die + rm -r ./pkg_resources/_vendor || die # disable tests requiring a network connection rm setuptools/tests/test_packageindex.py || die |