Skip to content

Commit

Permalink
setup.py: Fix typo in PYXMLSEC_LIBXSLT_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdealiLoKo authored and hoefling committed Mar 22, 2022
1 parent a65be81 commit bf6984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def prepare_static_build_linux(self):
self.openssl_version = os.environ.get('PYXMLSEC_OPENSSL_VERSION', '1.1.1g')
self.libiconv_version = os.environ.get('PYXMLSEC_LIBICONV_VERSION', '1.16')
self.libxml2_version = os.environ.get('PYXMLSEC_LIBXML2_VERSION', None)
self.libxslt_version = os.environ.get('PYXMLSEC_LIBXLST_VERSION', None)
self.libxslt_version = os.environ.get('PYXMLSEC_LIBXSLT_VERSION', None)
self.zlib_version = os.environ.get('PYXMLSEC_ZLIB_VERSION', '1.2.11')
self.xmlsec1_version = os.environ.get('PYXMLSEC_XMLSEC1_VERSION', '1.2.31')

Expand Down

0 comments on commit bf6984a

Please sign in to comment.