Skip to content

Commit

Permalink
[RPM] Fix python build condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed May 16, 2022
1 parent 23c8fae commit 153d3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rhel/xrootd.spec.in
Expand Up @@ -570,11 +570,11 @@ popd
pushd build/bindings/python
# build python3 bindings
%if %{_with_python2}
%py3_build
%py2_build
%endif
# build python2 bindings
%if %{_with_python3}
%py2_build
%py3_build
%endif
popd

Expand Down

0 comments on commit 153d3c5

Please sign in to comment.