14
0
forked from pool/micropython

- Remove unnecessary dependency on python2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/micropython?expand=0&rev=5
This commit is contained in:
2021-07-27 14:51:47 +00:00
committed by Git OBS Bridge
parent 3e4e80416e
commit b26f0f0840
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 27 14:51:40 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Remove unnecessary dependency on python2
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 23 13:42:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> Fri Jul 23 13:42:44 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@@ -25,7 +25,6 @@ Group: Development/Languages/Python
URL: https://micropython.org/ URL: https://micropython.org/
Source: https://micropython.org/resources/source/%{name}-%{version}.tar.xz Source: https://micropython.org/resources/source/%{name}-%{version}.tar.xz
BuildRequires: openssl BuildRequires: openssl
BuildRequires: python
BuildRequires: python3 BuildRequires: python3
BuildRequires: readline-devel BuildRequires: readline-devel
BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libffi)