From 1492ba591f4e0c7948e0f4282ad78ed5126e6805 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 6 Aug 2024 02:45:07 +0000 Subject: automatic import of libpfm --- libpfm-python3-setup.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpfm-python3-setup.patch (limited to 'libpfm-python3-setup.patch') 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 -- cgit v1.2.3