forked from pool/python-PyQt6
Accepting request 913027 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/913027 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=3
This commit is contained in:
commit
cc305d8dca
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 19 07:33:23 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Stop writing mtime-based pyc files during tests (boo#1047218)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 14 22:42:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Wed Jul 14 22:42:04 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@ dos2unix examples/quick/models/*/view.qml
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export PYTHONDONTWRITEBYTECODE=1 # boo#1047218
|
||||||
%{python_expand # there is no test suite. If it compiles and imports, it should be okay.
|
%{python_expand # there is no test suite. If it compiles and imports, it should be okay.
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
export PYTHONPATH=%{buildroot}%{$python_sitearch}
|
||||||
$python -c 'from PyQt6 import QtCore; assert QtCore.PYQT_VERSION_STR == "%{version}"'
|
$python -c 'from PyQt6 import QtCore; assert QtCore.PYQT_VERSION_STR == "%{version}"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user