[Checkins] SVN: grokproject/trunk/ Removed dependency on zc.buildout as we already use bootstrap.py-like

Maurits van Rees m.van.rees at zestsoftware.nl
Wed Jul 2 16:58:53 EDT 2008


Log message for revision 87936:
  Removed dependency on zc.buildout as we already use bootstrap.py-like
  code to install it on the fly if it is not there yet.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/setup.py

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-07-02 20:46:24 UTC (rev 87935)
+++ grokproject/trunk/CHANGES.txt	2008-07-02 20:58:53 UTC (rev 87936)
@@ -4,6 +4,10 @@
 0.8 (unreleased)
 ------------------
 
+* Removed dependency on zc.buildout as we already use
+  bootstrap.py-like code to install it on the fly if it is not there
+  yet.
+
 * Removed code that was factored out into z3c.recipe.eggbasket and
   already gets invoked by grokproject by doing a "buildout bootstrap".
 

Modified: grokproject/trunk/setup.py
===================================================================
--- grokproject/trunk/setup.py	2008-07-02 20:46:24 UTC (rev 87935)
+++ grokproject/trunk/setup.py	2008-07-02 20:58:53 UTC (rev 87936)
@@ -20,8 +20,8 @@
     packages=find_packages(),
     include_package_data=True,
     zip_safe=False,
-    install_requires=['PasteScript==1.6.3', 'zc.buildout'],
-    tests_require=['zope.testing', 'zc.buildout', 'Cheetah', 'PasteScript'],
+    install_requires=['PasteScript==1.6.3'],
+    tests_require=['zope.testing', 'Cheetah', 'PasteScript'],
     test_suite='tests.test_suite',
     entry_points={
     'console_scripts': ['grokproject = grokproject:main'],



More information about the Checkins mailing list