1
0
forked from pool/irqstat
Files
irqstat/python-to-python3.patch
Dario Faggioli c95aae31df Accepting request 880774 from home:dfaggioli:perf
- Added fix-python3-and-unbuffered-io.patch
  This makes irqstat work with python3. It has been submitted
  upstream already, so we will only carry it like this until it
  is accepted there
- Added python-to-python3.patch
  So that we can drop python related 'Requires:', which will be
  automatically figured out

OBS-URL: https://build.opensuse.org/request/show/880774
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/irqstat?expand=0&rev=3
2021-03-23 17:24:09 +00:00

19 lines
409 B
Diff

commit da5e4323dffa30aa8dfa12dd571eab67fdc486f0
Author: Dario Faggioli <dfaggioli@suse.com>
Date: Tue Mar 23 15:41:42 2021 +0000
Explicitly use python3 as interpreter
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
diff --git a/irqstat b/irqstat
index fe882f4..78a1694 100755
--- a/irqstat
+++ b/irqstat
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# The MIT License (MIT)
#