Description of problem: Importing lz4 rises ModuleNotFoundError for the module "deprecation" Version-Release number of selected component (if applicable): python2-lz4-1.0.0-2.fc27.x86_64 python3-lz4-1.0.0-2.fc27.x86_64 How reproducible: always Steps to Reproduce: $ python2 <<<"import lz4" Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/lz4/__init__.py", line 10, in <module> from deprecation import deprecated ImportError: No module named deprecation and $ python3 <<<"import lz4" Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.6/site-packages/lz4/__init__.py", line 10, in <module> from deprecation import deprecated ModuleNotFoundError: No module named 'deprecation' The module "deprecation" is available via easy_install, i.e. $ easy_install --user deprecation fixes the issue.
python-lz4-1.1.0-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-94b9a7ec28
python-lz4-1.1.0-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0379fbbfac
python-lz4-1.1.0-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c0f0571970
python-lz4-1.1.0-1.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-c0f0571970
python-lz4-1.1.0-1.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-94b9a7ec28
python-lz4-1.1.0-1.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-0379fbbfac
all good, thanks!
python-lz4-1.1.0-1.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-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.
python-lz4-1.1.0-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.