From 6b19006b2cbe01adea6a857c71860a8e7ba7ddd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 14 Oct 2024 13:12:59 +0100 Subject: mappings: freebsd renamed py311-yaml to py311-pyyaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was changed a few months ago https://cgit.freebsd.org/ports/commit/?id=1a80ec7c2281900b82b228ee3a7b070c8ca4286e but we seemed to be lucky finding the package under the old name in the repos until today, when it was presumably fully purged by some cleanup process. Signed-off-by: Daniel P. Berrangé --- lcitool/facts/mappings.yml | 2 +- tests/data/packages/out/freebsd-13.yml | 2 +- tests/data/packages/out/freebsd-14.yml | 2 +- tests/data/packages/out/freebsd-current.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lcitool/facts/mappings.yml b/lcitool/facts/mappings.yml index 0a8123e..23f4055 100644 --- a/lcitool/facts/mappings.yml +++ b/lcitool/facts/mappings.yml @@ -1670,7 +1670,7 @@ mappings: python3-PyYAML: apk: py3-yaml deb: python3-yaml - pkg: py311-yaml + pkg: py311-pyyaml rpm: python3-PyYAML python3-build: diff --git a/tests/data/packages/out/freebsd-13.yml b/tests/data/packages/out/freebsd-13.yml index 154c0ee..4a92dee 100644 --- a/tests/data/packages/out/freebsd-13.yml +++ b/tests/data/packages/out/freebsd-13.yml @@ -150,13 +150,13 @@ native: - py311-pillow - py311-pip - py311-pytest +- py311-pyyaml - py311-requests - py311-setuptools - py311-sphinx - py311-sphinx_rtd_theme - py311-tomli - py311-wheel -- py311-yaml - python3 - qemu - readline diff --git a/tests/data/packages/out/freebsd-14.yml b/tests/data/packages/out/freebsd-14.yml index 154c0ee..4a92dee 100644 --- a/tests/data/packages/out/freebsd-14.yml +++ b/tests/data/packages/out/freebsd-14.yml @@ -150,13 +150,13 @@ native: - py311-pillow - py311-pip - py311-pytest +- py311-pyyaml - py311-requests - py311-setuptools - py311-sphinx - py311-sphinx_rtd_theme - py311-tomli - py311-wheel -- py311-yaml - python3 - qemu - readline diff --git a/tests/data/packages/out/freebsd-current.yml b/tests/data/packages/out/freebsd-current.yml index 154c0ee..4a92dee 100644 --- a/tests/data/packages/out/freebsd-current.yml +++ b/tests/data/packages/out/freebsd-current.yml @@ -150,13 +150,13 @@ native: - py311-pillow - py311-pip - py311-pytest +- py311-pyyaml - py311-requests - py311-setuptools - py311-sphinx - py311-sphinx_rtd_theme - py311-tomli - py311-wheel -- py311-yaml - python3 - qemu - readline -- cgit v1.1