mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/spark-parser: Fix setup.py unconditional test only dep bug 599638
Package-Manager: portage-2.3.2_p3
This commit is contained in:
@@ -29,6 +29,14 @@ 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user