Open
Description
Version
25.06
Which installation method(s) does this occur on?
Source
Describe the bug.
I think we need to replace:
from setuptools.extern import packaging; print(packaging.version.Version('${CURRENT_SHORT_TAG}'))
with:
from packaging import version; print(version.Version('${CURRENT_SHORT_TAG}'))
Minimum reproducible example
Relevant log output
Full env printout
Other/Misc.
No response
Code of Conduct
- I agree to follow MRC's Code of Conduct
- I have searched the open bugs and have found no duplicates for this bug report
Activity