Blame SOURCES/libpfm-python3-setup.patch

fb6194
diff --git a/python/setup.py b/python/setup.py
fb6194
index eda8fa5..dff0f27 100755
fb6194
--- a/python/setup.py
fb6194
+++ b/python/setup.py
fb6194
@@ -1,4 +1,4 @@
fb6194
-#!/usr/bin/env python
fb6194
+#!/usr/bin/env python3
fb6194
 
fb6194
 from distutils.core import setup, Extension
fb6194
 from distutils.command.install_data import install_data