mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
app-admin/s-tui: 1.2.0, revbump, runtime fix
Comment out the failing import, it's not used anyway. Bug: https://github.com/amanusk/s-tui/issues/246 Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
13
app-admin/s-tui/files/s-tui-1.2.0-dropimport.patch
Normal file
13
app-admin/s-tui/files/s-tui-1.2.0-dropimport.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/s_tui/s_tui.py b/s_tui/s_tui.py
|
||||
index e39e6d9..c104e8f 100755
|
||||
--- a/s_tui/s_tui.py
|
||||
+++ b/s_tui/s_tui.py
|
||||
@@ -36,7 +36,7 @@ import sys
|
||||
|
||||
import psutil
|
||||
import urwid
|
||||
-import urwid.curses_display
|
||||
+#import urwid.curses_display
|
||||
|
||||
try:
|
||||
import configparser
|
||||
Reference in New Issue
Block a user