Description of problem: python2-lz4 seems to need to require python2-future, otherwise: $ python Python 2.7.14 (default, Mar 14 2018, 13:29:26) [GCC 7.3.1 20180130 (Red Hat 7.3.1-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import lz4.frame Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lz4/frame/__init__.py", line 4, in <module> import builtins ImportError: No module named builtins >>> Installing python2-future solves the problem. Not an issue for python3-lz4.
That is weird. Both python2-lz4 and python3-lz4 are listed as BuildRequires in the spec, and so the automatic python dependency generator should be creating a Requires for both. Can you confirm the Fedora version and the python-lz4 package version please? As a side note - please always include the information requested in the bug reporting template.
python-lz4-1.1.0-2.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f0f404fa98
python-lz4-1.1.0-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-e987a5056b
python-lz4-1.1.0-2.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-5422576142
python-lz4-1.1.0-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-e987a5056b
python-lz4-1.1.0-2.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-5422576142
python-lz4-1.1.0-2.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f0f404fa98
It was first noticed with F26, but I checked that all current Fedora versions are in sync, and there's no python2-future requirement even in Rawhide version, hence the report was not made too version specific.
python-lz4-1.1.0-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
python-lz4-1.1.0-2.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.
python-lz4-1.1.0-2.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.