forked from pool/micropython
- avoid spec-cleaner messing it up
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 16 13:34:06 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- avoid spec-cleaner messing it up
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 24 23:42:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Fri Sep 24 23:42:55 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package micropython
|
# spec file for package micropython
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -55,7 +55,7 @@ install -t %{buildroot}%{_bindir} ports/unix/micropython
|
|||||||
# https://github.com/micropython/micropython/issues/4176
|
# https://github.com/micropython/micropython/issues/4176
|
||||||
%check
|
%check
|
||||||
export MICROPY_CPYTHON3=python3
|
export MICROPY_CPYTHON3=python3
|
||||||
make -C ports/unix PYTHON=%{__python3} V=1 test
|
make -C ports/unix PYTHON=%{_bindir}/python3 V=1 test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|||||||
Reference in New Issue
Block a user