Bug 1589552 - python3-rarfile not in python3-subliminal package dependencies
Summary: python3-rarfile not in python3-subliminal package dependencies
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-subliminal
Version: 28
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Juan Orti
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-10 17:54 UTC by Jan Kalina
Modified: 2018-06-20 01:50 UTC (History)
9 users (show)

Fixed In Version: python-subliminal-2.0.5-5.fc28
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-19 15:45:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Kalina 2018-06-10 17:54:56 UTC
Description of problem:
python3-subliminal is installed without dependencies necessary to use

Version-Release number of selected component (if applicable):
python3-subliminal-2.0.5-4.fc28.noarch

How reproducible:
always

Steps to Reproduce:
1. sudo dnf install python3-subliminal
2. python3
3. from subliminal import region;

Actual results:

>>> from subliminal import region;
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.6/site-packages/subliminal/__init__.py", line 11, in <module>
    from .core import (AsyncProviderPool, ProviderPool, check_video, download_best_subtitles, download_subtitles,
  File "/usr/lib/python3.6/site-packages/subliminal/core.py", line 14, in <module>
    from rarfile import NotRarFile, RarCannotExec, RarFile
ModuleNotFoundError: No module named 'rarfile'

Expected results:
python3-rarfile-3.0-4.fc28.noarch should be installed as package dependency

(after python3-rarfile-3.0-4.fc28.noarch installation works ok)

Comment 1 Fedora Update System 2018-06-10 20:35:14 UTC
python-subliminal-2.0.5-5.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-050341c172

Comment 2 Fedora Update System 2018-06-11 16:32:12 UTC
python-subliminal-2.0.5-5.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-050341c172

Comment 3 Fedora Update System 2018-06-19 15:45:54 UTC
python-subliminal-2.0.5-5.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.

Comment 4 Fedora Update System 2018-06-20 01:50:26 UTC
python-subliminal-2.0.5-5.fc28 has been pushed to the Fedora 28 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.