diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-09-14 11:00:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 20:00:44 -0700 |
| commit | 35312384e7701760ed7855961eff41a63f9cc379 (patch) | |
| tree | 5d0762028d4c784b1812ac6fd0027d9f54b4c1c6 /ports/python3/vcpkg.json | |
| parent | f446c96825700be67555d1e9e25191938161c9bf (diff) | |
| download | vcpkg-35312384e7701760ed7855961eff41a63f9cc379.tar.gz vcpkg-35312384e7701760ed7855961eff41a63f9cc379.zip | |
[Python3] update to 3.9.7 (#19851)
* [Python3] update to 3.9.7
* update version
* update vcpkg tool python3 to 3.9.7
* update hash to lowercase
* update portifile.cmake
* update version
Diffstat (limited to 'ports/python3/vcpkg.json')
| -rw-r--r-- | ports/python3/vcpkg.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ports/python3/vcpkg.json b/ports/python3/vcpkg.json index 84aec1b9a..5803414a8 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,6 +1,6 @@ { "name": "python3", - "version-semver": "3.9.6", + "version-semver": "3.9.7", "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", @@ -34,6 +34,14 @@ "name": "sqlite3", "platform": "!(windows & static)" }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, "zlib" ], "features": { |
