public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Remove dependency on Python 2
@ 2026-05-31 2:06 Petr Viktorin
0 siblings, 0 replies; only message in thread
From: Petr Viktorin @ 2026-05-31 2:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 6c45f50ec044de8fb88108e1a98c5a9eae41ab51
Author : Petr Viktorin <pviktori@redhat.com>
Date : 2015-02-09T12:24:10+09:00
Stats : +7/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/6c45f50ec044de8fb88108e1a98c5a9eae41ab51?branch=autotool
Log:
Remove dependency on Python 2
---
diff --git a/ibus.spec b/ibus.spec
index f00c952..7cce533 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -28,7 +28,7 @@
Name: ibus
Version: 1.5.9
-Release: 9%{?dist}
+Release: 10%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -73,7 +73,6 @@ Requires: %{name}-setup = %{version}-%{release}
Requires: %{name}-wayland%{?_isa} = %{version}-%{release}
Requires: iso-codes
-Requires: dbus-python >= %{dbus_python_version}
Requires: dbus-x11
Requires: dconf
Requires: librsvg2
@@ -84,7 +83,6 @@ Requires: pygobject3-base
# Owner of %%python3_sitearch/gi/overrides
Requires: python3-gobject
# https://bugzilla.redhat.com/show_bug.cgi?id=1161871
-Requires: python
Requires: python3
# Owner of %%{_sysconfdir}/X11/xinit
Requires: xorg-x11-xinit
@@ -159,6 +157,8 @@ This is a setup utility for IBus.
Summary: IBus PyGTK2 library
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: dbus-python >= %{dbus_python_version}
+Requires: python
Requires: pygtk2
BuildArch: noarch
@@ -174,6 +174,7 @@ Group: System Environment/Libraries
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# Owner of %%python2_sitearch/gi/overrides
Requires: pygobject3-base
+Requires: python
%description py2override
This is a Python2 override library for IBus. The Python files override
@@ -415,6 +416,9 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Mon Feb 02 2015 Petr Viktorin <pviktori@redhat.com> - 1.5.9-10
+- Remove dependency on Python 2 from main package
+
* Mon Feb 02 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.9-9
- Updated ibus-HEAD.patch to fix #1187956 IBusRegistry segv.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:06 [rpms/ibus] autotool: Remove dependency on Python 2 Petr Viktorin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox