We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2983152 commit c432a1dCopy full SHA for c432a1d
build_support/buildlibxmlsec.py
@@ -35,9 +35,7 @@ def triplet(self) -> str:
35
36
37
class LibXmlSecDependencyBuilder:
38
- WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
39
- 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
40
- )
+ WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
41
LIB_VERSION_ENV_VARS = {
42
'openssl_version': 'PYXMLSEC_OPENSSL_VERSION',
43
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
buildlibxmlsec.py
@@ -1,5 +1,4 @@
1
from build_support.buildlibxmlsec import main
2
3
-
4
if __name__ == '__main__':
5
raise SystemExit(main())
0 commit comments