| 123456789101112131415161718 | //go:build linux && amd64package staticvar DEFAULT_PYTHON_LIB_REQUIREMENTS = []string{	"/usr/local/lib/python3.10",	"/usr/lib/python3.10",	"/usr/lib/python3",	"/usr/lib/x86_64-linux-gnu/libssl.so.3",	"/usr/lib/x86_64-linux-gnu/libcrypto.so.3",	"/etc/ssl/certs/ca-certificates.crt",	"/etc/nsswitch.conf",	"/etc/hosts",	"/etc/resolv.conf",	"/run/systemd/resolve/stub-resolv.conf",	"/run/resolvconf/resolv.conf",}
 |