diff options
Diffstat (limited to 'math/py-matplotlib2/files/patch-setup.py')
-rw-r--r-- | math/py-matplotlib2/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-matplotlib2/files/patch-setup.py b/math/py-matplotlib2/files/patch-setup.py new file mode 100644 index 000000000000..9b533542c000 --- /dev/null +++ b/math/py-matplotlib2/files/patch-setup.py @@ -0,0 +1,10 @@ +--- 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 + + |