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