Bug 1553856 - python*-lz4: No module named deprecation
Summary: python*-lz4: No module named deprecation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-lz4
Version: 27
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonathan Underwood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-09 17:33 UTC by schlaffi
Modified: 2018-04-15 18:12 UTC (History)
1 user (show)

Fixed In Version: python-lz4-1.1.0-1.fc28 python-lz4-1.1.0-1.fc27 python-lz4-1.1.0-1.fc26
Clone Of:
Environment:
Last Closed: 2018-04-15 02:33:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description schlaffi 2018-03-09 17:33:01 UTC
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.

Comment 1 Fedora Update System 2018-04-03 11:57:57 UTC
python-lz4-1.1.0-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-94b9a7ec28

Comment 2 Fedora Update System 2018-04-03 11:58:07 UTC
python-lz4-1.1.0-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0379fbbfac

Comment 3 Fedora Update System 2018-04-03 11:58:12 UTC
python-lz4-1.1.0-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c0f0571970

Comment 4 Fedora Update System 2018-04-03 15:25:43 UTC
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

Comment 5 Fedora Update System 2018-04-03 15:53:05 UTC
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

Comment 6 Fedora Update System 2018-04-03 15:59:34 UTC
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

Comment 7 schlaffi 2018-04-04 07:24:52 UTC
all good, thanks!

Comment 8 Fedora Update System 2018-04-15 02:33:52 UTC
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.

Comment 9 Fedora Update System 2018-04-15 14:43:18 UTC
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.

Comment 10 Fedora Update System 2018-04-15 18:12:12 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.