-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When attempting to build the python-aexpect package for EPEL7, the build fails with the following error:
+ /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s'
error in aexpect setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers
It appears the older version of python-setuptools available for EPEL7 (package python-setuptools-0.9.8-7.el7) does not support environment markers--which were introduced into setup.py by a recent update.
It should also be noted that the offending line of setup.py is specifying a requirement for python-subprocess32 which is not currently available for EPEL7, but should be made available soon by https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-947a26a22d
Metadata
Metadata
Assignees
Labels
No labels