Skip to content

Commit

Permalink
main/libosinfo: remove unnecessary gmake depends
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax authored and q66 committed Dec 27, 2023
1 parent a33b7b1 commit d6b0292
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions main/libosinfo/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "libosinfo"
pkgver = "1.11.0"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Denable-introspection=enabled",
Expand All @@ -9,21 +9,22 @@
]
make_check_env = {"MAKE": "gmake"}
hostmakedepends = [
"meson",
"pkgconf",
"gettext",
"glib-devel",
"gmake",
"gobject-introspection",
"vala",
"meson",
"perl",
"gettext",
"pkgconf",
"vala",
]
makedepends = [
"libxslt-devel",
"libxml2-devel",
"glib-devel",
"libsoup-devel",
"libxml2-devel",
"libxslt-devel",
]
depends = ["hwdata", "osinfo-db", "gmake"]
depends = ["hwdata", "osinfo-db"]
checkdepends = list(depends)
pkgdesc = "GObject API for managing information about operating systems"
maintainer = "q66 <q66@chimera-linux.org>"
Expand Down

0 comments on commit d6b0292

Please sign in to comment.