Bump Cockpit API to include Python 3.11 compatibility fix

This will fix tests on Rawhide.
This commit is contained in:
Martin Pitt 2022-06-30 07:19:53 +02:00 committed by Martin Pitt
parent 89fe84ead1
commit e38a1c3906

View file

@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \
$(NULL)
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 5a37c1966cbd0adddab9e453b2c1c854c0f7a2ba # 272
COCKPIT_REPO_COMMIT = 4ac3051d86db4f9061e35ce0584b688b1c8115e4 # 272 + PR#17505
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'