Recognize wsl2 images produced by koji
The image type was added to productmd 1.45, so we should also require that version. Merges: https://pagure.io/pungi/pull-request/1841 Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
1116e1f278
commit
668547ed3f
2 changed files with 2 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ KIWIEXTENSIONS = [
|
|||
("fex", ["squashfs.gz"], "squashfs.gz"),
|
||||
("fex", ["squashfs"], "squashfs"),
|
||||
("container", ["oci.tar.xz"], "tar.xz"),
|
||||
("wsl2", ["wsl"], "wsl"),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -56,7 +56,7 @@ setup(
|
|||
"jsonschema",
|
||||
"kobo",
|
||||
"lxml",
|
||||
"productmd>=1.43",
|
||||
"productmd>=1.45",
|
||||
"dogpile.cache",
|
||||
],
|
||||
tests_require=["pytest", "pytest-cov"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue