CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/05/03 01:35:59
Modified files:
graphics/py-matplotlib: Makefile
Added files:
graphics/py-matplotlib/patches: patch-setup_py
Log message:
Fix py-matplotlib-2.2.4 build.
naddy@ and ajacoutot@, independently from each other, found that the
recent update of py-matplotlib does not build. Issue is caused by me not
noticing that matplotlib tries to download jquery-ui-1.12.1, which fails
when building in a chroot using dpb. Instead of downloading jquery-ui
use the bundled files.
REVISION is not bumped as patched file is not included in the package,
and no new files are added.