chore: remove unused libxml2 pkg

libxml2 (deb) and libxml2-utils (rpm) was introduced by XO sources
requiring it for xmllint which isn't used for source installations
This commit is contained in:
Roni Väyrynen
2023-01-13 20:11:45 +02:00
parent e6a0e70ef2
commit 8f6b8a04e8
2 changed files with 6 additions and 8 deletions

View File

@@ -123,7 +123,6 @@ rpm:
- cifs-utils
- lvm2
- ntfs-3g
- libxml2
- sudo (if set in xo-install.cfg)
deb:
@@ -146,7 +145,6 @@ deb:
- gnupg (debian 10/11)
- software-properties-common (ubuntu)
- ntfs-3g
- libxml2-utils
- sudo (if set in xo-install.cfg)
```