mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-08 00:52:03 +00:00
pytest-metadata version 2.0.2 has a bug where it tries to access py.__version__, but the py library version 1.11.0 removed the __version__ attribute. This is a known incompatibility. Switch to hatching build backend Signed-off-by: Khem Raj <raj.khem@gmail.com>