mjuric / conda-lsst

Building Conda packages for the LSST stack
4 stars 8 forks source link

resolution between etc/recipes/* packages fails with version constraint #41

Open jhoblitt opened 8 years ago

jhoblitt commented 8 years ago

Per @mjuric, the bug originates here https://github.com/mjuric/conda-lsst/blob/refactoring/conda_lsst/recipe_maker.py#L196 where dep is the complete string from meta.yaml and is not processed for the version constraint. The suggested fix in the short term is to split dep and raise and exception if it appears that a constraint is present.