distutils warning at build

Bug #1933533 reported by Pete Zaitcev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyECLib
Fix Released
Undecided
Unassigned

Bug Description

Saw this thrown when building pyeclib-1.6.0 RPM for py310:

+ /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s'
/builddir/build/BUILD/pyeclib-1.6.0/setup.py:35: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  from distutils.command.build import build as _build
/builddir/build/BUILD/pyeclib-1.6.0/setup.py:37: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
  from distutils.sysconfig import get_python_inc
/usr/lib64/python3.10/distutils/dist.py:274: UserWarning: Unknown distribution option: 'bugtrack_url'
  warnings.warn(msg)

We better fix it before Python 3.12.

Revision history for this message
Tim Burke (1-tim-z) wrote :
Changed in pyeclib:
status: New → Fix Committed
Revision history for this message
Tim Burke (1-tim-z) wrote :

Fix released in 1.6.1

Changed in pyeclib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.