[pypy: 2/3] Bytecompiled bunch of modules

Matej Stuchlik mstuchli at fedoraproject.org
Fri Jan 3 09:45:18 UTC 2014


commit a79a105a7453f9b3f55d296774b2b28a256d8318
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Thu Jan 2 10:45:26 2014 +0100

    Bytecompiled bunch of modules

 pypy.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index cd225b9..cfb219f 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -181,6 +181,10 @@ BuildRequires: python-devel
 %endif
 
 BuildRequires:  libffi-devel
+BuildRequires:  tcl-devel
+BuildRequires:  tk-devel
+
+BuildRequires:  sqlite-devel
 
 BuildRequires:  zlib-devel
 BuildRequires:  bzip2-devel
@@ -577,6 +581,10 @@ mkdir -p %{buildroot}/%{pypyprefix}/site-packages
   %{buildroot}/%{_bindir}/pypy \
   0
 
+%{goal_dir}/pypy -c 'import _tkinter'
+%{goal_dir}/pypy -c 'import _sqlite3'
+%{goal_dir}/pypy -c 'import _curses'
+%{goal_dir}/pypy -c 'import syslog'
 
 # Header files for C extension modules.
 # Upstream's packaging process (pypy/tool/release/package.py)


More information about the scm-commits mailing list