mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
dev-python/matplotlib: fix wrap_setup function.
Wrapper for python_compile() function only prepared environment for the compile call, but never executed it. Gentoo-Bug: https://bugs.gentoo.org/624554 Closes: https://github.com/gentoo/gentoo/pull/5112
This commit is contained in:
committed by
Patrice Clement
parent
4be8c7f815
commit
2680e441fa
@@ -209,6 +209,7 @@ python_configure() {
|
||||
wrap_setup() {
|
||||
local -x MPLSETUPCFG=${BUILD_DIR}/setup.cfg
|
||||
unset DISPLAY
|
||||
"$@"
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
|
||||
Reference in New Issue
Block a user