conda / conda-build

Commands and tools for building conda packages
https://docs.conda.io/projects/conda-build/
Other
384 stars 425 forks source link

conda-build 3.28.0 requires lief, which is not installed. #5101

Open kenodegard opened 11 months ago

kenodegard commented 11 months ago

What happened?

py-lief has been a longtime conda recipe dependency and recently the PyPI equivalent lief was added to pyproject.toml. This causes pip check to fail since py-lief's conda package has no dist-info (pip metadata).

kenodegard commented 11 months ago

https://github.com/conda/conda-build/pull/5099 removes lief from pyproject.toml for the time being

once the conda package has been updated to contain the correct metadata we will add it back