collective / collective.nitf

A Dexterity-based content type inspired on the News Industry Text Format specification
8 stars 3 forks source link

Issue 93 - 1.x - Byline field honored in syndication #120

Closed rodfersou closed 9 years ago

rodfersou commented 9 years ago

@hvelarde travis is asking for c.syndication on Plone 4.2.. what is the best way to add this dependency just when Plone < 4.3 ?

hvelarde commented 9 years ago

we can provide the egg using the test-eggs in buildout but we need to change the way you're discovering the stuff.

rodfersou commented 9 years ago

I tryied the test-eggs with c.syndication at buildout, but now it is breaking for Plone 4.3:

Got collective.syndication 1.0b3.
The constraint, 4.3.4.1, is not consistent with the requirement, 'Products.CMFPlone>=4.1,<4.3'.
While:
  Installing test.
Error: Bad constraint 4.3.4.1 Products.CMFPlone>=4.1,<4.3
rodfersou commented 9 years ago

@hvelarde maybe we should split into two buildouts.. one for 4.3 other for 4.2 versions