Skip to content

Commit 2dea598

Browse files
committed
CI: Update a list of libmodulemd dependencies
pkgconfig(glib-2.0) explicitly probed by meson.build. magic-devel unused since 71ecb12. pkgconfig(zlib) never used. Note that OpenMandriva builds glib2.0 without HTML documentation, thus there is no "gtk-doc"-like package available and therefore libmodulmd cannot build a documention either.
1 parent ca21b17 commit 2dea598

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.ci/openmandriva/Dockerfile.deps.tmpl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ RUN dnf -y --setopt=install_weak_deps=False --setopt=tsflags='' install \
1414
valgrind \
1515
wget \
1616
task-devel \
17-
'pkgconfig(zlib)' \
17+
'pkgconfig(glib-2.0)' \
1818
'pkgconfig(gobject-introspection-1.0)' \
19+
'pkgconfig(rpm)' \
20+
'pkgconfig(yaml-0.1)' \
1921
'python3dist(autopep8)' \
2022
'python3dist(pygobject)' \
21-
'pkgconfig(yaml-0.1)' \
22-
'pkgconfig(rpm)' \
23-
magic-devel \
2423
git-core \
2524
elinks \
2625
&& dnf -y clean all

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,12 @@ jobs:
434434
valgrind
435435
wget
436436
task-devel
437-
'pkgconfig(zlib)'
437+
'pkgconfig(glib-2.0)'
438438
'pkgconfig(gobject-introspection-1.0)'
439+
'pkgconfig(yaml-0.1)'
439440
'python3dist(autopep8)'
440441
'python3dist(pygobject)'
441-
'pkgconfig(yaml-0.1)'
442442
'pkgconfig(rpm)'
443-
magic-devel
444443
git-core
445444
elinks
446445

0 commit comments

Comments
 (0)