summaryrefslogtreecommitdiff
path: root/libpfm-python3-setup.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:45:07 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:45:07 +0000
commit1492ba591f4e0c7948e0f4282ad78ed5126e6805 (patch)
treeb3f5d9bff66de0c46fadc6ffed8c76141c08fd5a /libpfm-python3-setup.patch
parent9be314b80deae7e4118e3a90e49283af711e4f72 (diff)
automatic import of libpfmopeneuler24.03_LTS
Diffstat (limited to 'libpfm-python3-setup.patch')
-rw-r--r--libpfm-python3-setup.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpfm-python3-setup.patch b/libpfm-python3-setup.patch
new file mode 100644
index 0000000..f43187a
--- /dev/null
+++ b/libpfm-python3-setup.patch
@@ -0,0 +1,10 @@
+diff --git a/python/setup.py b/python/setup.py
+index eda8fa5..dff0f27 100755
+--- a/python/setup.py
++++ b/python/setup.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+
+ from distutils.core import setup, Extension
+ from distutils.command.install_data import install_data