red-hat-storage / errata-tool

Modern Python API to Red Hat's Errata Tool
MIT License
31 stars 35 forks source link

make: VERSION assignment on py3 #220

Closed ktdreyer closed 3 years ago

ktdreyer commented 3 years ago

In Fedora 31+, python means python3. https://fedoraproject.org/wiki/Changes/Python_means_Python3

On these platforms, we need to use the print() function in order to properly assign the VERSION variable.