Changeset 889

Show
Ignore:
Timestamp:
10/10/07 08:58:30
Author:
dokai
Message:

Removed explicit requirement on 'zope.interface'. Because Zope 2 doesn't yet
take advantage of the egg based Zope packages, pulling in the zope.interface
in addition to the one installed with Zope will break 3rd party packages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PCL/trunk/PCL-Core/setup.py

    r781 r889  
    3838      url               = 'http://www.gispython.org', 
    3939      namespace_packages= ['cartography'], 
    40       install_requires  = ['setuptools', 'zope.interface', 'OWSLib', 'psycopg2'], 
     40      install_requires  = ['setuptools', 'OWSLib', 'psycopg2'], 
    4141      tests_require     = ['zope.testing'], 
    4242      packages          = ['cartography', 
  • PCL/trunk/PCL-GDAL/setup.py

    r784 r889  
    3434      author_email  = 'sgillies@frii.com', 
    3535      url           = 'http://www.gispython.org', 
    36       install_requires      = ['setuptools', 'PCL-Core', 'zope.interface'], 
     36      install_requires      = ['setuptools', 'PCL-Core'], 
    3737      namespace_packages    = ['cartography.data', 'cartography.proj'], 
    3838      packages              = ['cartography.data', 'cartography.proj', 'cartography'], 
  • PCL/trunk/PCL-GeoRSS/setup.py

    r787 r889  
    99      url               = 'http://www.gispython.org', 
    1010      namespace_packages= ['cartography', 'cartography.data'], 
    11       install_requires  = ['setuptools', 'feedparser', 'PCL-Core', 'zope.interface'], 
     11      install_requires  = ['setuptools', 'feedparser', 'PCL-Core'], 
    1212      tests_require     = ['zope.testing'], 
    1313      dependency_links  = ['http://code.google.com/p/feedparser/downloads/list'], 
  • PCL/trunk/PCL-MapServer/setup.py

    r789 r889  
    4141                               'cartography.engine.mapserver'], 
    4242      ext_modules           = [mb_ext], 
    43       install_requires = ['setuptools', 'PCL-Core', 'PCL-GDAL', 'zope.interface'], 
     43      install_requires = ['setuptools', 'PCL-Core', 'PCL-GDAL'], 
    4444) 
    4545