#12 Don't explicitly require python(abi) >= 3.3
Merged 3 years ago by mfabian. Opened 3 years ago by churchyard.
rpms/ churchyard/ibus-typing-booster noabi  into  master

file modified
+4 -2
@@ -4,14 +4,13 @@ 

  

  Name:       ibus-typing-booster

  Version:    2.9.1

- Release:    1%{?dist}

+ Release:    2%{?dist}

  Summary:    A completion input method

  License:    GPLv3+, ASL 2.0

  URL:        https://mike-fabian.github.io/ibus-typing-booster/

  Source0:    https://github.com/mike-fabian/ibus-typing-booster/releases/download/%{version}/ibus-typing-booster-%{version}.tar.gz

  Requires:   ibus >= 1.5.3

  Requires:   m17n-lib

- Requires:   python(abi) >= 3.3

  %{?__python3:Requires: %{__python3}}

  Requires:   python3-dbus

  Requires:   python3-distro
@@ -230,6 +229,9 @@ 

  %{_datadir}/applications/emoji-picker.desktop

  

  %changelog

+ * Thu Jun 04 2020 Miro Hrončok <mhroncok@redhat.com> - 2.9.1-2

+ - Don't explicitly require python(abi) >= 3.3

+ 

  * Wed May 27 2020 Mike FABIAN <mfabian@redhat.com> - 2.9.1-1

  - Update to 2.9.1

  - Translation updates form Weblate for fr, nl, zh_TW

The package already requires /usr/bin/python3 and 3.3 is very old.
The explicit require confuses repoquery, such as:

repoquery --whatrequires 'python(abi) = 3.8'

Pull-Request has been merged by mfabian

3 years ago