Relative Content

Tag Archive for pythoncachingyoctobitbakerecipe

How to make bitbake sstate-cache working for -native python recipe

Needed to create a recipe for diff-cover. Unfortunately, it seems that setup.py is no longer a standard approach (replaced by pyproject.toml), so I couldnt just use the usual inherit setuptools approach.
Tried various approaches, but finally gone with this: /a/78437670/2244766 (installing a whl using pip).