[pypy-commit] pypy pypy-in-a-box: oops, add entry points to required

fijal noreply at buildbot.pypy.org
Wed Jul 18 14:11:33 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: pypy-in-a-box
Changeset: r56128:9a085a677d27
Date: 2012-07-18 14:11 +0200
http://bitbucket.org/pypy/pypy/changeset/9a085a677d27/

Log:	oops, add entry points to required

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -348,7 +348,8 @@
                    requires=[("translation.rweakref", True)]),
         BoolOption("withembeddingapi",
                    "enable embedding API",
-                   default=True),
+                   default=True,
+                   requires=[("translation.secondaryentrypoints", "embedding")]),
         
      ]),
 ])


More information about the pypy-commit mailing list