conda-build should check if runtime dependencies are valid matchspecs #5047
Labels
source::contributor
created by a frequent contributor
type::feature
request for a new feature or capability
What happened?
It doesn't seem like
conda-build
ensures thatrun
andrun_constrained
dependencies are validMatchSpec
objects. Otherwise, I don't know how to explain this issue, where a package had wrongly specified the followingrun_constrained
item:- cloudpickle >=2.2.1<2.3.0
Which results in the following error when conda classic tries to install it:
I'd say
conda-build
should try to convert all those items to aMatchSpec
before reporting the package as successfully built.Conda Details
conda info
conda config
The text was updated successfully, but these errors were encountered: