chaos / genders

Genders is a static cluster configuration database used for cluster configuration management. It is used by a variety of tools and scripts for management of large clusters.
GNU General Public License v2.0
34 stars 12 forks source link

extensions: use setuptools over distutils #66

Closed chu11 closed 3 months ago

chu11 commented 3 months ago

Problem: distutils was deprecated in Python 3.10 and removed in Python 3.12.

Use setuptools instead.

Adjust calls to setup.py in python Makefile.am as needed, re-autogen.

Fixes #65