diff options
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 b8aa2ac3c..d89136da3 100644 --- a/ports/python3/vcpkg.json +++ b/ports/python3/vcpkg.json @@ -1,7 +1,7 @@ { "name": "python3", "version-string": "3.9.0", - "port-version": 2, + "port-version": 3, "description": "The Python programming language", "homepage": "https://github.com/python/cpython", "supports": "!(arm | uwp)", @@ -12,10 +12,18 @@ }, "expat", { + "name": "gettext", + "platform": "osx" + }, + { "name": "libffi", "platform": "!(windows & static)" }, { + "name": "libiconv", + "platform": "osx" + }, + { "name": "liblzma", "platform": "!(windows & static)" }, |
