Support #246
Does "extra-requires" and "extra-provides" create according jobs?
Status: | Closed | Start date: | 2014-05-14 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jan Moringen | % Done: | 0% | |
Category: | Recipe | Spent time: | 0.10 hour | |
Target version: | Toolkit 0.1 |
Description
As an Example I'd like to choose the fsmt.project. This project requires "setuptools", "pyscxml" --- which
is in return provides "setuptools", "pyscxml" see:
http://opensource.cit-ec.de/projects/citk/repository/changes/projects/fsmt.project?rev=master
http://opensource.cit-ec.de/projects/citk/repository/changes/projects/pyscxml.project?rev=master
When creating jobs, using the build-generator (fsmt is referenced in the oncilla-sim-0.2 distro), a
pyscxml job is not created automatically. I cannot recall if this has been the case at some point.
For now, I added pyscxml to the distro. Can anyone comment, test this?
History
#1 Updated by Florian Lier over 10 years ago
- Subject changed from Does "extra-requires" and "extra-provides" create accroding jobs? to Does "extra-requires" and "extra-provides" create according jobs?
#2 Updated by Jan Moringen over 10 years ago
This kind of job creation for the dependency closure does not happen automatically. However, an error should be displayed if an upstream project is not part of the distribution.
#3 Updated by Florian Lier over 10 years ago
- Status changed from New to Closed
Thanks for clarification!