✍ Add comment for unversioned python command

The python-unversioned-command package is required during the testing
phase because one of the tests, `test_which_with_existing_command`,
expects `/usr/bin/python` to be `$PATH`, but Fedora only includes
`/usr/bin/python3` by default.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2021-04-26 07:58:23 -05:00
parent 777d51c316
commit aa5f0f3b87
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

@ -20,6 +20,8 @@ BuildRequires: python3-pyyaml
BuildRequires: python3-rsa
BuildRequires: python3-s3transfer
BuildRequires: python3-setuptools
# Required for test_which_with_existing_command test to work,
# which looks for /usr/bin/python.
BuildRequires: python-unversioned-command
Recommends: groff
Requires: python3-docutils