dev-python/spark-parser-1.5.1: sed in python_prepare_all is no longer needed for tests

This commit is contained in:
Denis Dupeyron
2016-11-28 19:46:24 -06:00
parent eca1e99d85
commit eca7e49973

View File

@@ -29,14 +29,6 @@ DEPEND="
S="${WORKDIR}/${MY_PN}-${PV}"
python_prepare_all() {
# Remove an unconditional test only dep
sed \
-e "s/setup_requires/# setup_requires/" \
-i setup.py
distutils-r1_python_prepare_all
}
python_test() {
emake check
}