Skip to content

Commit

Permalink
Merge pull request #5681 from M4rtinK/master-drop_libxklavier_from_pa…
Browse files Browse the repository at this point in the history
…ckit_on_rhel_10

infra: Drop libxklavier from packit dependencies
  • Loading branch information
KKoukiou committed Jul 3, 2024
2 parents 93a72c1 + 85658f6 commit 974de38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .packit.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ srpm_build_deps:
- python3-polib
- gobject-introspection-devel
- glade-devel
{% if distro_name == "fedora" %}
- libxklavier-devel
{% elif distro_name == "rhel" and distro_release < 10 %}
- libxklavier-devel
{% endif %}
- libarchive-devel
- rpm-devel
- nss_wrapper
Expand Down

0 comments on commit 974de38

Please sign in to comment.