Go to file
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
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems ntfs-3g-ntfsprogs: upgrade to 2022.5.17 2022-07-06 00:08:14 -04:00
meta-gnome libadwaita: upgrade 1.1.1 -> 1.1.2 2022-07-11 22:46:17 +01:00
meta-initramfs grubby: fix syntax for ALTERNATIVE 2022-06-30 13:39:27 -04:00
meta-multimedia libsdl: The libsdl and libsdl2 are not virtual 2022-07-08 22:43:03 -04:00
meta-networking nftables: Upgrade 1.0.2 -> 1.0.4 2022-07-12 15:25:00 -07:00
meta-oe poco: upgrade 1.11.3 -> 1.12.0 2022-07-13 05:54:25 -07:00
meta-perl libencode-perl: upgrade 3.17 -> 3.18 2022-07-12 01:05:43 -07:00
meta-python python3-pytest-forked: loosen dependency checking 2022-07-15 12:48:34 -04:00
meta-webserver netdata: upgrade 1.35.0 -> 1.35.1 2022-07-07 08:24:26 -07:00
meta-xfce exo: upgrade 4.16.3 -> 4.16.4 2022-07-02 11:37:03 -04:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories