✍ 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:
parent
777d51c316
commit
aa5f0f3b87
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user