14
0
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:
2022-01-16 13:34:19 +00:00
committed by Git OBS Bridge
parent 905341351f
commit f186c14121
2 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# 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
%check
export MICROPY_CPYTHON3=python3
make -C ports/unix PYTHON=%{__python3} V=1 test
make -C ports/unix PYTHON=%{_bindir}/python3 V=1 test
%endif
%files