conda-build
conda-build copied to clipboard
conda-build 3.28.0 requires lief, which is not installed.
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).
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