diff --git a/gom.spec b/gom.spec index a4343a3..8f630f0 100644 --- a/gom.spec +++ b/gom.spec @@ -6,7 +6,7 @@ License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Gom Source0: https://download.gnome.org/sources/gom/0.3/gom-%{version}.tar.xz BuildRequires: gobject-introspection-devel gtk-doc meson pkgconfig(gdk-pixbuf-2.0) pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gobject-2.0) pkgconfig(sqlite3) pygobject3-devel python3-devel +BuildRequires: pkgconfig(gobject-2.0) pkgconfig(sqlite3) pygobject3-devel python3-devel python3-pygments %description Gom provides an object mapper from GObjects to SQLite. It helps you write applications that need to store structured data as well as make complex queries upon that data.