Open kenodegard opened 11 months ago
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).
py-lief
lief
pyproject.toml
pip check
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
What happened?
py-lief
has been a longtime conda recipe dependency and recently the PyPI equivalentlief
was added topyproject.toml
. This causespip check
to fail sincepy-lief
's conda package has no dist-info (pip metadata).