[Scons-users] Scons 4.8.0 does not reflect correct python version dependency

Bohning, Dalton dalton.bohning at intel.com
Mon Jul 8 12:54:33 EDT 2024


Hello,

Scons 4.8.0 with Python 3.6.8 is giving us this error
> Support for Python older than 3.7.0 is deprecated (3.6.8 detected)

However, the pip dependency does not reflect this
$ /usr/bin/python3.6 -m venv test_env
$ source test_env/bin/activate
$ python3 --version
Python 3.6.8
$ python3 -m pip install scons
...
Successfully installed scons-4.8.0


And the packaging spec has "Requires: python >= 2.4"
https://github.com/SCons/scons/blob/8db30760aa9169c3b110ca52dc9739dcbaff8cb3/packaging/rpm/scons.spec.in#L19


Could the dependencies be updated so incompatible versions of scons are not installed?

~Dalton Bohning
dalton.bohning at intel.com<mailto:dalton.bohning at intel.com>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20240708/938b964d/attachment.htm>


More information about the Scons-users mailing list