libpfm/libpfm-python3-setup.patch
Petr Šabata 3a928783c0 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libpfm#be509d634ca6fb4275472b73c06ca7b618203f56
2020-10-15 16:55:31 +02:00

11 lines
288 B
Diff

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