[pypy-svn] r56478 - pypy/dist/pypy/config

arigo at codespeak.net arigo at codespeak.net
Sat Jul 12 11:17:21 CEST 2008


Author: arigo
Date: Sat Jul 12 11:17:21 2008
New Revision: 56478

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
The dependency rctime->select was removed some time ago.


Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Sat Jul 12 11:17:21 2008
@@ -44,8 +44,6 @@
                        # because 'P' is missing from the app-level one
                        '_rawffi': [("objspace.usemodules.struct", True)],
                        }
-if os.name == "posix":
-    module_dependencies['rctime'] = [("objspace.usemodules.select", True),]
 
 module_import_dependencies = {
     # no _rawffi if importing pypy.rlib.libffi raises ImportError



More information about the Pypy-commit mailing list