Skip to content

Commit

Permalink
[dist] fix BuildRequires for older distros like SLE12
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Aug 1, 2024
1 parent 1eeef90 commit b8058dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dist/obs-service-tar_scm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ BuildRequires: %{use_python}-lxml
BuildRequires: %{use_python}%{_pkg_base}
# Fix missing Requires in python3-pbr in Leap42.3
BuildRequires: %{use_python}-setuptools
%if 0%{?suse_version}
BuildRequires: python-rpm-macros \
%endif
%else
BuildRequires: python >= 2.6
%endif
Expand Down

0 comments on commit b8058dc

Please sign in to comment.