mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>. PR: 236913 Submitted by: chitty_cloud (at) me.com Approved by: maintainer
10 lines
257 B
Python
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
|
|
|
|
|