Skip to content

Commit

Permalink
Add a missing runtime dependency on langtable-data
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Feb 29, 2024
1 parent 0951b8c commit 6402b60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust/package/agama.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: pkgconfig(openssl)
# used in tests for dbus service
BuildRequires: python-langtable-data
BuildRequires: dbus-1-common
Requires: dbus-1-common
# required by agama-dbus-server integration tests
Expand All @@ -49,6 +48,9 @@ Requires: xkeyboard-config-lang
# required for getting the list of timezones
Requires: timezone
BuildRequires: timezone
# required for getting the languages information
BuildRequires: python-langtable-data
Requires: python-langtable-data
# dependency on the YaST part of Agama
Requires: agama-yast

Expand Down

0 comments on commit 6402b60

Please sign in to comment.