- Add no-python2.patch to remove Python 2 shebangs, so they don’t create false Requires (gh#dov/paps!75). OBS-URL: https://build.opensuse.org/request/show/1239932 OBS-URL: https://build.opensuse.org/package/show/Publishing/paps?expand=0&rev=19
13 lines
332 B
Diff
13 lines
332 B
Diff
---
|
|
scripts/src-to-paps | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/scripts/src-to-paps
|
|
+++ b/scripts/src-to-paps
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
|
|
######################################################################
|
|
# Use GNU source-hightlight to turn source code into pango markup
|