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 Jul 13, 2023
1 parent 3a36307 commit 3be419d
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 @@ -22,7 +22,7 @@ import testlib

# Run this on more OSes as we roll out the pybridge
@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "fedora-37",
"rhel-8*", "centos-8*", "rhel-9*", "centos-9*")
"rhel-8*", "centos-8*")
# enable this once our cockpit/ws container can beiboot
@testlib.skipOstree("client setup does not work with ws container")
class TestClient(testlib.MachineCase):
Expand Down
2 changes: 1 addition & 1 deletion tools/cockpit.spec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Version: 0
Release: 1%{?dist}
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz

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

Expand Down

0 comments on commit 3be419d

Please sign in to comment.