summaryrefslogtreecommitdiff
path: root/packages/python/python-formencode/setup.py.diff
blob: dc9db4352ec21c132a11850b2063c6431493efcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- python-formencode-0.4.orig/setup.py
+++ python-formencode-0.4/setup.py
@@ -1,6 +1,7 @@
-from ez_setup import use_setuptools
-use_setuptools()
-from setuptools import setup
+#from ez_setup import use_setuptools
+#use_setuptools()
+#from setuptools import setup
+from distutils.core import setup
 
 version = '0.4'
 
span>matrix-gui-e_svn: Renamed matrix-gui_svnChase Maupin2 * Renamed the matrix-gui_svn recipe to matrix-gui-e_svn to be more in line with naming conventions of other applications. This is in preparation for making and X11 version of the recipe. * Moved associated files Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com> 2010-05-10matrix-gui_svn: add init script for dm365-evm.Brijesh Singh1 * use default Rotation to 0 degrees. * remove touch screen specific variables. Signed-off-by: Brijesh Singh <bksingh@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org> 2010-05-06matrix-gui: numerous updates and fixes (from Arago)Denys Dmytriyenko1 * Bump the revision * Fix the license * Don't set redundant variables * Display message when calibrating TS * Install additional binaries/scripts Signed-off-by: Denys Dmytriyenko <denis@denix.org> 2010-05-04matrix-gui: update to latest svnKoen Kooi1 2010-04-26matrix-gui: add new recipe and initscript, from arago overlayKoen Kooi1 * slightly changed from arago recipe to conform more to OE guidelines