diff options
| author | Ankur Verma <31362771+ankurverma85@users.noreply.github.com> | 2021-06-25 14:46:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-25 14:46:56 -0700 |
| commit | bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e (patch) | |
| tree | 6ee143864638358472073fa04b49037895e90b42 /versions | |
| parent | 9172179c513aa84308e48b8dd0e3df90acec7204 (diff) | |
| download | vcpkg-bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e.tar.gz vcpkg-bb002cdd1a2c9eacbe60d8383fb5d437752b1e4e.zip | |
[python3] Fix python3:x64-linux builds (#18405)
* Fix build
* Update vcpkg.json
* Fix build
Co-authored-by: Ankur Verma <ankurv@microsoft.com>
Co-authored-by: Ankur Verma <ankurv@nuc.hogwarts>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/python3.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 407e8569d..be3a64328 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5046,7 +5046,7 @@ }, "python3": { "baseline": "3.9.5", - "port-version": 0 + "port-version": 1 }, "qca": { "baseline": "2.3.1", diff --git a/versions/p-/python3.json b/versions/p-/python3.json index d0f4b3d9b..1cdad20b6 100644 --- a/versions/p-/python3.json +++ b/versions/p-/python3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0c58aaaa7b980102912bbd8b13ba3ac227b37bd4", + "version-string": "3.9.5", + "port-version": 1 + }, + { "git-tree": "16ae1dd8eb0498d1357af3155c565035ba9a3f39", "version-string": "3.9.5", "port-version": 0 |
