[qtwebengine] remove python2 dep (#37696)

This commit is contained in:
Alexander Neumann 2024-03-26 19:52:27 +01:00 коммит произвёл GitHub
Родитель b722718f24
Коммит 2b6613d3cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -2,7 +2,7 @@
"$comment": "x86-windows is not within the upstream support matrix of Qt6", "$comment": "x86-windows is not within the upstream support matrix of Qt6",
"name": "qtwebengine", "name": "qtwebengine",
"version": "6.6.1", "version": "6.6.1",
"port-version": 4, "port-version": 5,
"description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.", "description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
"homepage": "https://www.qt.io/", "homepage": "https://www.qt.io/",
"license": null, "license": null,
@ -116,10 +116,6 @@
"name": "vcpkg-tool-nodejs", "name": "vcpkg-tool-nodejs",
"host": true "host": true
}, },
{
"name": "vcpkg-tool-python2",
"host": true
},
{ {
"name": "zlib", "name": "zlib",
"platform": "!windows" "platform": "!windows"

Просмотреть файл

@ -7430,7 +7430,7 @@
}, },
"qtwebengine": { "qtwebengine": {
"baseline": "6.6.1", "baseline": "6.6.1",
"port-version": 4 "port-version": 5
}, },
"qtwebsockets": { "qtwebsockets": {
"baseline": "6.6.1", "baseline": "6.6.1",

Просмотреть файл

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "c325459007c4b0eaa7e7300fb21f1eca88b01348",
"version": "6.6.1",
"port-version": 5
},
{ {
"git-tree": "3b32543bf2cc03efefb300a8df2c3a43b3b46928", "git-tree": "3b32543bf2cc03efefb300a8df2c3a43b3b46928",
"version": "6.6.1", "version": "6.6.1",