Bug 1133163 - Package should require python-requests
Summary: Package should require python-requests
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: python-praw
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-23 00:35 UTC by Joe Cooper
Modified: 2014-09-12 14:28 UTC (History)
2 users (show)

Fixed In Version: python-praw-2.1.18-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-12 14:28:04 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Joe Cooper 2014-08-23 00:35:53 UTC
Description of problem:

Installing python-praw from the RPM and then importing it results in an error.

Version-Release number of selected component (if applicable):

0:2.1.17-1.fc20 (I also checked the deps list for the F21 version, and it has not changed to include the fix for this problem)

How reproducible:

Always.

Steps to Reproduce:

1. Install python-praw on a fresh system with just Python (but not python-requests
2. import praw

Actual results:

>>> import praw
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/praw/__init__.py", line 31, in <module>
    import requests
ImportError: No module named requests

Expected results:

>>> import praw
>>> 

Additional info:

Installing python-requests package allows python-praw to work without error.

Comment 1 Fedora Update System 2014-08-23 10:01:31 UTC
python-praw-2.1.18-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-praw-2.1.18-1.fc20

Comment 2 Fedora Update System 2014-08-24 02:57:09 UTC
Package python-praw-2.1.18-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-praw-2.1.18-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-9734/python-praw-2.1.18-1.fc20
then log in and leave karma (feedback).

Comment 3 lnie 2014-08-26 02:14:54 UTC
Tested with python-praw-2.1.18-1.fc20, the dependency on python-requests is added

Comment 4 Fedora Update System 2014-09-12 14:28:04 UTC
python-praw-2.1.18-1.fc20 has been pushed to the Fedora 20 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.