Go to file
Yue Tao a4b6e3ee89 Introduce python3-trustme to fix ptest error of python3-requests-toolbelt
The ptest fails after python3-requests-toolbelt is upgraded
to 0.10.1.

=======================================================
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../python3.11/importlib/{}init{}.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_x509_adapter.py:20: in <module>
    import trustme
E   ModuleNotFoundError: No module named 'trustme'
=======================================================

The commit b93b4067ea "Fix x509 tests by using trustme" of
python3-requests-toolbelt introduces the trustme in test_x509_adapter.py.

Introducing python3-trustme to fix ptest error of python3-requests-toolbelt,
also introducing python3-service-identity, which is requested by python3-trustme's
ptest.

The ptest passes of all the three packages.

Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-03-22 09:10:39 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems ufs-utils: upgrade 1.9 -> 3.12.3 2023-02-24 08:46:31 -08:00
meta-gnome libuser: upgrade v0.63 -> v0.64 2023-03-17 07:06:55 -07:00
meta-initramfs kexecboot: update homepage 2023-02-01 09:11:49 -08:00
meta-multimedia wireplumber: update 0.4.13 -> 0.4.14 2023-03-14 07:42:47 -07:00
meta-networking ntp: drop the deprecated ntpdate 2023-03-17 07:06:56 -07:00
meta-oe redis: fix service redis-server restart not working under sysvinit 2023-03-18 09:36:49 -07:00
meta-perl meta-perl-base:fix SUMMARY 2023-03-17 07:06:55 -07:00
meta-python Introduce python3-trustme to fix ptest error of python3-requests-toolbelt 2023-03-22 09:10:39 -07:00
meta-webserver xdebug: upgrade 3.1.1 -> 3.2.0 2023-03-10 18:04:39 -08:00
meta-xfce xfdesktop: update 4.18.0 -> 4.18.1 2023-02-04 14:53:25 -08:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README Update maintainers 2018-08-27 10:53:58 -07:00

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