Fix setup.py/easy_install deprecation warning #55

Closed
opened 2022-02-23 11:00:46 +00:00 by max.mehl · 1 comment
Owner

During build, this warning appears:

/opt/bitnami/python/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(

/opt/bitnami/python/lib/python3.8/site-packages/setuptools/command/easy_install.py:160: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(

This should be fixed before we run into troubles.

During build, this warning appears: ``` /opt/bitnami/python/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /opt/bitnami/python/lib/python3.8/site-packages/setuptools/command/easy_install.py:160: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( ``` This should be fixed before we run into troubles.
Owner

Fixed in f77412e19c

Fixed in https://git.fsfe.org/reuse/api/commit/f77412e19c9ece334b2be0cd08276a825e547b62
fkobi closed this issue 2025-10-06 15:10:10 +00:00
Sign in to join this conversation.