forked from pool/python-sphinxcontrib-plantuml
- Version update to 0.21, drops python2 * py3-for-tests.patch: refreshed OBS-URL: https://build.opensuse.org/request/show/902999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxcontrib-plantuml?expand=0&rev=9
10 lines
258 B
Diff
10 lines
258 B
Diff
Index: plantuml-0.18/tests/fakecmd.py
|
|
===================================================================
|
|
--- plantuml-0.18.orig/tests/fakecmd.py
|
|
+++ plantuml-0.18/tests/fakecmd.py
|
|
@@ -1,3 +1,3 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python3
|
|
import sys
|
|
|