-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 yuppie wrote: > Hi! > > > I have some trouble using five.localsitemanager in a buildout with Zope2 > 2.12.dev. This is the error I get: > > Error: There is a version conflict. > We already have: zope.location 3.5.3 > but Zope2 2.12.dev requires 'zope.location==3.5.2'. > > The setup.py of five.localsitemanager specifies these dependencies: > > install_requires=[ > 'setuptools', > 'zope.component >= 3.5.0', > 'zope.container', > 'zope.event', > 'zope.interface', > 'zope.location >= 3.5.0', > 'zope.site >= 3.6.0', > 'zope.traversing', > 'Acquisition', > 'Zope2', > 'ZODB3', > ], > > If I remove the dependencies that are also part of the Zope2 2.12.dev > dependencies everything works fine: > > install_requires=[ > 'setuptools', > 'Zope2 >= 2.12.dev', > ], > > Is that the right way to resolve that issue? Could it cause any trouble > if I would check in that change?
+1. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJlKfT+gerLs4ltQ4RAgZFAJ0ZNyJFpo9WvxO5Vcf9JgXY0blg1QCfUgRL qA7WkCZrozsOzpL1LioB5RE= =grhc -----END PGP SIGNATURE----- _______________________________________________ Zope-CMF maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cmf See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests
