/[smecontribs]/rpms/python-vobject/contribs8/no-ez-setup.patch
ViewVC logotype

Contents of /rpms/python-vobject/contribs8/no-ez-setup.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Feb 24 21:28:55 2010 UTC (14 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: python-vobject-0_8_1c-2_el5_sme, HEAD
Initial import

1 diff -up vobject-0.6.0/setup.py.old vobject-0.6.0/setup.py
2 --- vobject-0.6.0/setup.py.old 2008-03-13 20:37:56.000000000 -0400
3 +++ vobject-0.6.0/setup.py 2008-03-13 20:38:29.000000000 -0400
4 @@ -12,8 +12,8 @@ For older changes, see http://vobject.sk
5
6 """
7
8 -from ez_setup import use_setuptools
9 -use_setuptools()
10 +# from ez_setup import use_setuptools
11 +# use_setuptools()
12
13 from setuptools import setup, find_packages
14

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed