#243 Use proper python versions in Requires dependencies
Closed: Fixed 6 years ago Opened 6 years ago by cqi.

These RPMs use `python-` prefix without Python version in *Requires:

rpkg-1.50-2.fc27 BuildRequires:
 * python-devel (python2-devel is available)
 * python-kitchen (python2-kitchen is available)
 * python-mock (python2-mock is available)
 * python-nose (python2-nose is available)
 * python-pycurl (python2-pycurl is available)
 * python-rpmfluff (python2-rpmfluff is available)
 * python-setuptools (python2-setuptools is available)
 * python-six (python2-six is available)

python2-rpkg-1.50-2.fc27 Requires:
 * python-kitchen (python2-kitchen is available)
 * python-pycurl (python2-pycurl is available)
 * python-six (python2-six is available)
 * rpm-python (python2-rpm is available)

This is strongly discouraged and should be avoided. Please check
the required packages, and use names with either `python2-` or
`python3-` prefix.

Detailed information is in https://taskotron.fedoraproject.org/artifacts/all/93aaa9b0-8eae-11e7-86b2-525400817a8f/task_output/output.log


Metadata Update from @cqi:
- Issue set to the milestone: 1.51

6 years ago

Metadata Update from @cqi:
- Issue tagged with: distribution

6 years ago

This is a fix to rpkg spec file. Making new release of 1.51 would be the good time to make these changes.

el6 and epel7 dependent package names should also be considered carefully.

Metadata Update from @cqi:
- Issue set to the milestone: NEXT (was: 1.51)

6 years ago

Metadata Update from @cqi:
- Issue assigned to cqi

6 years ago

Fixed in rpkg-1.51-1 package.

Metadata Update from @cqi:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata