Skip to content

lint: pip install future in prep for python3

Don Zickus requested to merge lint-pip into master

rhcheckpatch is being converted to python3. In preparation for that change, make sure the python2 'future' package is installed.

rhcheckpatch supports python2 during this conversion. Once the script is converted, the pipeline will update itself to switch to running rhcheckpatch as python3. That is a separate patch.

Merge request reports