[packages/micropython] update BR
glen
glen at pld-linux.org
Wed Apr 13 23:18:37 CEST 2016
commit e8a8a6671ed941efd936c5eb27d93eb45d569d41
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 14 00:18:10 2016 +0300
update BR
build/genhdr/mpversion.h is generated using system python:
> python ../py/makeversionhdr.py build/genhdr/mpversion.h
micropython.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/micropython.spec b/micropython.spec
index 0324ac7..fd17d93 100644
--- a/micropython.spec
+++ b/micropython.spec
@@ -12,7 +12,9 @@ Source0: https://github.com/micropython/micropython/archive/v%{version}.tar.gz
# Source0-md5: e5c53c2c19bb454d0854b2ed8896e43c
URL: http://micropython.org/
BuildRequires: libffi-devel
-BuildRequires: python3-devel
+BuildRequires: pkgconfig
+BuildRequires: python
+BuildRequires: python-modules
BuildRequires: readline-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/micropython.git/commitdiff/e8a8a6671ed941efd936c5eb27d93eb45d569d41
More information about the pld-cvs-commit
mailing list