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,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