dev-python/setuptools: fix dependency, update 9999 (thanks to dolsen)

Package-Manager: portage-2.2.28
This commit is contained in:
Dirkjan Ochtman
2016-07-09 15:28:27 +02:00
parent aa087022e4
commit b2ee0667ab
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
"
# >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
PDEPEND="
>=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
>=dev-python/certifi-2016.2.28[${PYTHON_USEDEP}]"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1

View File

@@ -30,12 +30,12 @@ DEPEND="${RDEPEND}
"
# >=dev-python/pyparsing-2.0.6[${PYTHON_USEDEP}]
PDEPEND="
>=dev-python/certifi-2015.11.20[${PYTHON_USEDEP}]"
>=dev-python/certifi-2016.2.28[${PYTHON_USEDEP}]"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1
DOCS=( README.txt docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
DOCS=( README.rst docs/{easy_install.txt,pkg_resources.txt,setuptools.txt} )
python_prepare_all() {
# rm -r ./pkg_resources/_vendor || die