Skip to content

setup.py environment markers not supported on EPEL7 #38

@mmathesius

Description

@mmathesius

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions