forked from pool/irqstat
- 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
19 lines
409 B
Diff
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)
|
|
#
|