meta-openembedded/meta-python/recipes-devtools
Ross Burton 1d726cf238 python3-pytest-forked: loosen dependency checking
This package has strict build dependencies defined in pyproject.toml:

requires = ['setuptools ~= 41.4', 'setuptools_scm ~= 3.3', 'wheel ~= 0.33.6']

The ~= operator is "compatible release", so "setuptools ~= 41.4" can be
read as "setuptools >= 41.4, setuptools == 41.*".

We have setuptools 62.6.0 and do builds using our own packages instead
of building inside virtual environments, so these dependencies cannot
be satisfied.

Resolve this by passing --loose-depends to picobuild, which effectively
turns ~= into >=.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-15 12:48:34 -04:00
..
gyp gyp: fix for compatibility with Python 3.10 (part 2) 2022-03-03 08:50:19 -08:00
python python3-pytest-forked: loosen dependency checking 2022-07-15 12:48:34 -04:00
python-jsonref
python3-wxgtk4 python3-wxgtk4: backport patch to fix svg issue 2022-05-15 22:27:38 -07:00