[Product-Developers] right way to declare Plone as a dependency

Servilio Afre Puentes afrepues at rhpcs.mcmaster.ca
Thu Jul 19 18:33:58 UTC 2012


On Thu, 19 Jul 2012 14:44:13 -0300, Héctor Velarde <hector.velarde at gmail.com> wrote:
> we have some packages that were designed to work on top of Plone 4.1+.
> 
> what would be the best way to declare that on their setup.py file? 
> something like this?
> 
>        install_requires=[
>          'setuptools',
>          'Plone>=4.1',
>          ...
>          ],

At least at the setuptools level, that's how it is expressed[1].

Servilio

Footnotes:

[1] http://docs.python.org/distutils/setupscript.html#relationships-between-distributions-and-packages


More information about the Product-Developers mailing list