error when nailing a dependency with an extra

Bug #291520 reported by Jodok Batlogg
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Buildout
New
Undecided
Unassigned

Bug Description

that's what i require:
recipe = lovely.recipe[zope]:instance

if i nail lovely.recipe:
lovely.recipe = 1.0.0a1

buildout loads:
  Loading zc.buildout recipe entry lovely.recipe[zope]:instance.

and fails:
ImportError: No module named ZConfig.cfgparser

as this is in the extra

if i nail:
lovely.recipe[zope] = 1.0.0a1

it works as expected.

Revision history for this message
Ben Dadsetan (bdadsetan) wrote :

To help this bug become googlable, I will add a more typical use case:

When using the zc.recipe.testrunner recipe and specifying a set of versions for the eggs, bin/buildout ignores the extras related to the testrunner recipe and does not get hold of the required packages.

The result is bin/test has import errors.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.