From 2c65c52ba0ebe7cbc6b39cd6957fd36dadf5b348 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Nov 17 2018 22:38:06 +0000 Subject: Add missing PyQt dep --- diff --git a/gns3-gui.spec b/gns3-gui.spec index 3fb8be5..2286e40 100644 --- a/gns3-gui.spec +++ b/gns3-gui.spec @@ -5,7 +5,7 @@ Name: gns3-gui Version: 2.1.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNS3 graphical user interface License: GPLv3+ @@ -28,6 +28,7 @@ Requires: python3-jsonschema Requires: python3-raven Requires: python3-psutil Requires: python3-qt5 +Requires: python3-sip Requires: gns3-net-converter >= 1.3.0 %description @@ -90,6 +91,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_datadir}/appdata/%{name}.appdata.xml %changelog +* Sat Nov 17 2018 Athmane Madjoudj - 2.1.11-2 +- Add missing PyQt dep + * Sat Nov 17 2018 Athmane Madjoudj - 2.1.112.1.11-11 - Update to 2.1.11 (rhbz #1581506)