From de5a53d2897eba0f38bc72d33cd4e135b6809780cc7885ad9ed643f3d5d2ba6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 13 Jan 2020 08:18:54 +0000 Subject: [PATCH] Accepting request 763372 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/763372 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=113 --- python-gobject.changes | 8 ++++++++ python-gobject.spec | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-gobject.changes b/python-gobject.changes index d7fab6d..a158eb2 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 11 20:21:51 UTC 2020 - Bjørn Lie + +- Drop gnome-common Requires from python-gobject-common-devel + sub-package, no longer needed, nor used since 3.29.1, where the + BuildRequires was dropped, but the explicit Requires was not + removed by mistake. + ------------------------------------------------------------------- Mon Sep 9 15:37:58 CDT 2019 - mgorse@suse.com diff --git a/python-gobject.spec b/python-gobject.spec index fdab763..c6b3b8e 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -1,7 +1,7 @@ # # spec file for package python-gobject # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -95,7 +95,6 @@ Summary: Shared development files for GObject's Python bindings Group: Development/Languages/Python Requires: %{python_module gobject-devel = %{version}} Requires: glib2-devel >= 2.38.0 -Requires: gnome-common Requires: gobject-introspection-devel >= 1.46.0 Requires: libffi-devel >= 3.0.0 Requires: pkgconfig(cairo)