mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
jquery-ui-1.21.1 is already bundled in the matplot 2.2.4 tarball [1]. This patch fixes r496681. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236455#c4 PR: 236740 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days)
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
|
|
|
|
|