Skip to content

Commit

Permalink
tools: Enable Python bridge on RHEL/CentOS 9
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Jun 27, 2023
1 parent 8e7ded8 commit 6ec5958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/verify/check-client
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import testlib


@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37", "fedora-coreos",
"rhel-8*", "centos-8*", "rhel-9*", "centos-9*", "rhel4edge")
"rhel-8*", "centos-8*", "rhel4edge")
class TestClient(testlib.MachineCase):

provision = {
Expand Down
2 changes: 1 addition & 1 deletion tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Release: 1%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz

%if !%{defined cockpit_enable_python}
%if 0%{?fedora} >= 38
%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9
%define cockpit_enable_python 1
%endif
%endif
Expand Down

0 comments on commit 6ec5958

Please sign in to comment.