SHA256
10
0
forked from pool/maxima
Files
maxima/maxima-python3.patch
Lars Vogdt 65cda3a548 Accepting request 1090955 from home:badshah400:branches:Education
* Update to version 5.47.0.
* Rebase maxima-python3.patch to apply cleanly.
* Use https for urls in the URL and Source0 tags.

OBS-URL: https://build.opensuse.org/request/show/1090955
OBS-URL: https://build.opensuse.org/package/show/Education/maxima?expand=0&rev=112
2023-06-06 11:20:55 +00:00

14 lines
433 B
Diff

Index: maxima-5.47.0/share/draw/vtk.lisp
===================================================================
--- maxima-5.47.0.orig/share/draw/vtk.lisp
+++ maxima-5.47.0/share/draw/vtk.lisp
@@ -3113,7 +3113,7 @@
;; pull in required packages
(format cmdstorage "~a~%~a~%~%~a~%~a~%~%~a~%~%"
- "#!/usr/bin/env python"
+ "#!/usr/bin/python3"
"# -*- coding: UTF-8 -*-"
"import vtk"
"import sys"