From 595f3d1ef3d744f02490810694f13f8f477a5b6e Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Sat, 20 Jun 2020 17:49:32 +0800 Subject: [PATCH] Package init --- gom.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.