ports/math/py-matplotlib2/files/patch-setup.py
Thierry Thomas 7212bd1061 Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.
Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>.

PR:		236913
Submitted by:	chitty_cloud (at) me.com
Approved by:	maintainer
2020-09-19 13:10:26 +00:00

10 lines
257 B
Python

--- setup.py.orig 2019-02-26 00:18:32 UTC
+++ setup.py
@@ -189,7 +189,6 @@ class develop_with_jquery(DevelopCommand
cmdclass['sdist'] = sdist_with_jquery
-cmdclass['install_lib'] = install_lib_with_jquery
cmdclass['develop'] = develop_with_jquery