Skip to content

Commit

Permalink
Add a missing runtime dependency on langtable-data (#1060)
Browse files Browse the repository at this point in the history
After merging #1056 we detected that a runtime dependency on
`python-langtable-data` is needed. This PR fixes the problem.
  • Loading branch information
imobachgs authored Feb 29, 2024
2 parents 0951b8c + 6402b60 commit 580572b
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 580572b

Please sign in to comment.