]> git.k1024.org Git - pyxattr.git/commit
Stop unconditionally importing distutils
authorIustin Pop <iustin@k1024.org>
Mon, 12 Dec 2022 21:35:17 +0000 (22:35 +0100)
committerIustin Pop <iustin@k1024.org>
Mon, 12 Dec 2022 21:35:17 +0000 (22:35 +0100)
commit9c66f39ae91848d6e4f5f82e23b055569c80e1ab
treeb24e421932e771b83a87799cc97f834332589300
parent8c41c254035ba7ea891afd55855c1775c60861a9
Stop unconditionally importing distutils

distutils is fully deprecated and will stop working in 3.12, so just
stop the unconditional import. The conditional one remains, and that
favours setuptools. Everything still works the same.
setup.py