astitcher commented on pull request #274:
URL: https://github.com/apache/qpid-proton/pull/274#issuecomment-765454696


   As far as I know distutils is in the Python standard library (although 
deprecated and replaced by setuptools) and so should be present for any correct 
python installation. We don't check that other standard libraries we rely on 
are present,
   
   The actual issue might be using distutils at all! Especially in the Python 
CMake file. The setup.py already mostly uses setuptools and probably could stop 
using distutils completely with some amount of work!
   
   So I'd say on balance this change isn't really needed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to