File fix-ui-Makefile.patch of Package opensnitch
Index: opensnitch-1.7.2/ui/Makefile
===================================================================
--- opensnitch-1.7.2.orig/ui/Makefile
+++ opensnitch-1.7.2/ui/Makefile
@@ -3,15 +3,12 @@ all: opensnitch/resources_rc.py
install:
@pip3 install --upgrade .
-opensnitch/resources_rc.py: translations deps
+opensnitch/resources_rc.py: translations
@pyrcc5 -o opensnitch/resources_rc.py opensnitch/res/resources.qrc
@find opensnitch/proto/ -name 'ui_pb2_grpc.py' -exec sed -i 's/^import ui_pb2/from . import ui_pb2/' {} \;
translations:
@cd i18n ; make
-
-deps:
- @pip3 install -r requirements.txt
clean:
@rm -rf *.pyc