Accepting request 849990 from home:bnavigator:branches:science

- Require the sip module (under PyQt5.sip namespace as per patch)

OBS-URL: https://build.opensuse.org/request/show/849990
OBS-URL: https://build.opensuse.org/package/show/science/libArcus?expand=0&rev=50
This commit is contained in:
2020-12-04 14:07:00 +00:00
committed by Git OBS Bridge
parent be4c16c189
commit b0f4842cde
2 changed files with 16 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 22 18:25:26 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Require the sip module (under PyQt5.sip namespace as per patch)
-------------------------------------------------------------------
Sat Nov 21 00:38:15 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
+11 -1
View File
@@ -34,14 +34,19 @@ BuildRequires: cmake >= 3.6
BuildRequires: gcc-c++
BuildRequires: protobuf-devel >= 3.0.0
BuildRequires: python3-sip-devel < 5
%if 0%{?suse_version} >= 1550
BuildRequires: python3-qt5-sip
%else
BuildRequires: python3-sip
%endif
%description
Communication library between internal components for Ultimaker software
%package -n %name%{sover}
Summary: 3D printer control software
Group: System/Libraries
# The forked libArcus-lulzbot uses the same SONAME ...
Group: System/Libraries
Provides: libArcus-Ultimaker
%description -n %name%{sover}
@@ -62,6 +67,11 @@ tools necessary for compiling and linking programs which use %{name}.
Summary: Python bindings for libArcus
Group: Development/Languages/Python
Requires: libArcus-Ultimaker
%if 0%{?suse_version} >= 1550
Requires: python3-qt5-sip
%else
Requires: python3-sip
%endif
%description -n python3-Arcus
Python bindings for the Arcus communication library.