- Change papi_hl_output_writer.py script to reference Python3 (bsc#1196709) New patch: python3.patch OBS-URL: https://build.opensuse.org/request/show/960045 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/papi?expand=0&rev=86
9 lines
334 B
Diff
9 lines
334 B
Diff
--- papi-6.0.0.1/src/high-level/scripts/papi_hl_output_writer.py.orig 2022-03-04 13:11:39.915443000 -0800
|
|
+++ papi-6.0.0.1/src/high-level/scripts/papi_hl_output_writer.py 2022-03-04 13:09:46.986474000 -0800
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/python
|
|
+#!/usr/bin/python3
|
|
from __future__ import division
|
|
from collections import OrderedDict
|
|
|