Blame SOURCES/libpfm-python3-setup.patch

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