Skip to content

Commit

Permalink
Relax osclib dependencies
Browse files Browse the repository at this point in the history
Allow installation of subpackages depending on osclib without
the big main package to reduce their footprint.

Signed-off-by: Georg Pfuetzenreuter <[email protected]>
  • Loading branch information
tacerus committed Aug 15, 2024
1 parent d3ff6c6 commit 0645227
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dist/package/openSUSE-release-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,14 @@ Service to run repo-checker and pkglistgen.
%package -n osclib
Summary: Supplemental osc libraries
Group: Development/Tools/Other
# TODO Update requirements, but for now base deps.
Requires: %{name} = %{version}
Requires: osc >= 0.165.1
Recommends: python3-pika
Requires: python3-PyYAML
Requires: python3-colorama
Requires: python3-osc
Requires: python3-python-dateutil
Requires: python3-pyxdg
Requires: python3-typing_extensions
BuildArch: noarch

%description -n osclib
Expand Down

0 comments on commit 0645227

Please sign in to comment.