]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/python3/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / python3 / vcpkg.json
1 {
2 "name": "python3",
3 "version-string": "3.9.2",
4 "port-version": 2,
5 "description": "The Python programming language",
6 "homepage": "https://github.com/python/cpython",
7 "supports": "!(arm | uwp)",
8 "dependencies": [
9 {
10 "name": "bzip2",
11 "platform": "!(windows & static)"
12 },
13 "expat",
14 {
15 "name": "gettext",
16 "platform": "osx"
17 },
18 {
19 "name": "libffi",
20 "platform": "!(windows & static)"
21 },
22 {
23 "name": "libiconv",
24 "platform": "osx"
25 },
26 {
27 "name": "liblzma",
28 "platform": "!(windows & static)"
29 },
30 {
31 "name": "openssl",
32 "platform": "!(windows & static)"
33 },
34 {
35 "name": "sqlite3",
36 "platform": "!(windows & static)"
37 },
38 "zlib"
39 ],
40 "features": {
41 "deprecated-win7-support": {
42 "description": "Deprecated support for the Windows 7 platform -- may be removed at any time."
43 }
44 }
45 }