diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2024-10-14 13:12:59 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2024-10-14 13:17:03 +0100 |
commit | 6b19006b2cbe01adea6a857c71860a8e7ba7ddd7 (patch) | |
tree | 1a197988f6811192b0a248749d4ac39fa635d6c8 | |
parent | 736e431e38a0ecae6d2c2e3e72f29a787f075dfb (diff) | |
download | libvirt-ci-6b19006b2cbe01adea6a857c71860a8e7ba7ddd7.zip libvirt-ci-6b19006b2cbe01adea6a857c71860a8e7ba7ddd7.tar.gz libvirt-ci-6b19006b2cbe01adea6a857c71860a8e7ba7ddd7.tar.bz2 |
mappings: freebsd renamed py311-yaml to py311-pyyaml
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é <berrange@redhat.com>
-rw-r--r-- | lcitool/facts/mappings.yml | 2 | ||||
-rw-r--r-- | tests/data/packages/out/freebsd-13.yml | 2 | ||||
-rw-r--r-- | tests/data/packages/out/freebsd-14.yml | 2 | ||||
-rw-r--r-- | 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 |