Skip to content

Commit

Permalink
Dev: spec: bump python requirement to >= 3.10
Browse files Browse the repository at this point in the history
as pattern matching(PEP-636) is used in corosync_config_format.py
  • Loading branch information
nicholasyang2022 committed Jun 12, 2024
1 parent cd02500 commit 397c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crmsh.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Requires(pre): pacemaker
%endif
Requires: %{name}-scripts >= %{version}-%{release}
Requires: /usr/bin/which
Requires: python3 >= 3.4
Requires: python3 >= 3.10
Requires: python3-PyYAML
Requires: python3-lxml
Requires: python3-packaging
Expand Down

0 comments on commit 397c932

Please sign in to comment.