forked from pool/python-QtPy
Accepting request 862937 from home:alarrosa:branches:devel:languages:python
- BuildRequires (and Require) the webengine bindings so it uses them (which is the default) instead of using qtwebkit (which was used only as a fallback). - SIP is only used for PyQt4 which we don't use OBS-URL: https://build.opensuse.org/request/show/862937 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-QtPy?expand=0&rev=25
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 15:55:35 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- BuildRequires (and Require) the webengine bindings so it uses
|
||||
them (which is the default) instead of using qtwebkit (which
|
||||
was used only as a fallback).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 28 15:09:01 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- SIP is only used for PyQt4 which we don't use
|
||||
- SIP is only used for PyQt4 which we don't use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 07:57:44 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-QtPy
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,10 +26,12 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/spyder-ide/qtpy
|
||||
Source: https://files.pythonhosted.org/packages/source/Q/QtPy/QtPy-%{version}.tar.gz
|
||||
BuildRequires: %{python_module qt5}
|
||||
BuildRequires: %{python_module qtwebengine-qt5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-qt5
|
||||
Requires: python-qtwebengine-qt5
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module mock}
|
||||
|
||||
Reference in New Issue
Block a user