forked from pool/python-pyqt-builder
Accepting request 913037 from KDE:Qt:PyQt
- Don't write mtime-based init pyc file during import test (boo#1047218) OBS-URL: https://build.opensuse.org/request/show/913037 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyqt-builder?expand=0&rev=7
This commit is contained in:
commit
c228ea6796
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 19 09:32:37 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Don't write mtime-based init pyc file during import test
|
||||||
|
(boo#1047218)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 4 13:42:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Sun Jul 4 13:42:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -62,6 +62,7 @@ sip-install or pip can then be used to build and install the project.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export PYTHONDONTWRITEBYTECODE=1 # boo#1047218
|
||||||
%{python_expand # no real unit tests; check import and bundle entry point
|
%{python_expand # no real unit tests; check import and bundle entry point
|
||||||
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||||
$python -c 'import pyqtbuild'
|
$python -c 'import pyqtbuild'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user