churchyard pushed to pypy3 (f22). "Bytecompiled bunch of modules"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun May 10 19:32:02 UTC 2015


From a79a105a7453f9b3f55d296774b2b28a256d8318 Mon Sep 17 00:00:00 2001
From: Matej Stuchlik <mstuchli at redhat.com>
Date: Thu, 2 Jan 2014 10:45:26 +0100
Subject: Bytecompiled bunch of modules


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)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pypy3.git/commit/?h=f22&id=a79a105a7453f9b3f55d296774b2b28a256d8318


More information about the scm-commits mailing list