Bug 904088

Summary: Python IMDbPY RPM package does not contain any python module and does not require some dependencies
Product: [Fedora] Fedora Reporter: ZiN <metanoite>
Component: python-imdbAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: gwync, metanoite
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-08 02:05:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description ZiN 2013-01-25 12:32:31 UTC
Description of problem:
IMDbPY RPM package does not contain any python module and does not require some dependencies

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

How reproducible:
Install package and run any python program that depends on it.

Steps to Reproduce:
1. Install python-imdb.
2. Run for example
python /usr/share/doc/python-imdb-4.8.2/examples/get_keyword.py <any keyword>
3. See the error message:
You bad boy!  You need to install the IMDbPY package!
  
Actual results:
No actual python module installed and no python dependencies installed.

Expected results:
IMDbPy python module installed with all the dependencies.

Additional info:

[user@host rpmbuild]$ rpm -ql python-imdb

/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/top_level.txt
/usr/share/doc/python-imdb-4.8.2
/usr/share/doc/python-imdb-4.8.2/AUTHOR.txt
/usr/share/doc/python-imdb-4.8.2/CONTRIBUTORS.txt
/usr/share/doc/python-imdb-4.8.2/Changelog.txt
/usr/share/doc/python-imdb-4.8.2/DISCLAIMER.txt
/usr/share/doc/python-imdb-4.8.2/FAQS.txt
/usr/share/doc/python-imdb-4.8.2/LICENSE.txt
/usr/share/doc/python-imdb-4.8.2/README.adult
/usr/share/doc/python-imdb-4.8.2/README.companies
/usr/share/doc/python-imdb-4.8.2/README.currentRole
/usr/share/doc/python-imdb-4.8.2/README.devel
/usr/share/doc/python-imdb-4.8.2/README.http
/usr/share/doc/python-imdb-4.8.2/README.info2xml
/usr/share/doc/python-imdb-4.8.2/README.keywords
/usr/share/doc/python-imdb-4.8.2/README.local
/usr/share/doc/python-imdb-4.8.2/README.locale
/usr/share/doc/python-imdb-4.8.2/README.logging
/usr/share/doc/python-imdb-4.8.2/README.mobile
/usr/share/doc/python-imdb-4.8.2/README.newparsers
/usr/share/doc/python-imdb-4.8.2/README.package
/usr/share/doc/python-imdb-4.8.2/README.redesign
/usr/share/doc/python-imdb-4.8.2/README.series
/usr/share/doc/python-imdb-4.8.2/README.sqldb
/usr/share/doc/python-imdb-4.8.2/README.txt
/usr/share/doc/python-imdb-4.8.2/README.users
/usr/share/doc/python-imdb-4.8.2/README.utf8
/usr/share/doc/python-imdb-4.8.2/TODO.txt
/usr/share/doc/python-imdb-4.8.2/examples
/usr/share/doc/python-imdb-4.8.2/examples/get_character.py
/usr/share/doc/python-imdb-4.8.2/examples/get_company.py
/usr/share/doc/python-imdb-4.8.2/examples/get_first_character.py
/usr/share/doc/python-imdb-4.8.2/examples/get_first_company.py
/usr/share/doc/python-imdb-4.8.2/examples/get_first_movie.py
/usr/share/doc/python-imdb-4.8.2/examples/get_first_person.py
/usr/share/doc/python-imdb-4.8.2/examples/get_keyword.py
/usr/share/doc/python-imdb-4.8.2/examples/get_movie.py
/usr/share/doc/python-imdb-4.8.2/examples/get_person.py
/usr/share/doc/python-imdb-4.8.2/examples/get_top_bottom_movies.py
/usr/share/doc/python-imdb-4.8.2/examples/imdbpy2sql.py
/usr/share/doc/python-imdb-4.8.2/examples/search_character.py
/usr/share/doc/python-imdb-4.8.2/examples/search_company.py
/usr/share/doc/python-imdb-4.8.2/examples/search_keyword.py
/usr/share/doc/python-imdb-4.8.2/examples/search_movie.py
/usr/share/doc/python-imdb-4.8.2/examples/search_person.py
/usr/share/doc/python-imdb-4.8.2/imdbpy.cfg
/usr/share/locale/en/LC_MESSAGES/imdbpy.mo
/usr/share/locale/it/LC_MESSAGES/imdbpy.mo
/usr/share/locale/tr/LC_MESSAGES/imdbpy.mo

[user@host rpmbuild]$ cat /usr/lib/python2.7/site-packages/IMDbPY-4.8.2-py2.7.egg-info/requires.txt

SQLObject
FormEncode
SQLAlchemy
sqlalchemy-migrate
lxml

So, those are the possible additional RPM requires:
python-formencode, python-sqlalchemy, python-migrate

Comment 1 Gwyn Ciesla 2013-01-25 14:59:53 UTC
When I build it locally it has the module, see what rpm -q --veridy python-imdb says, and reinstall if necessary.  I'll look at the requires.

Comment 2 ZiN 2013-01-25 22:55:28 UTC
I checked now: the x86_64 package does contain python module, while the i686 package does not.

Comment 3 Gwyn Ciesla 2013-01-28 15:03:34 UTC
Huh.  THAT's weird.  I'll look into it.

Comment 4 Gwyn Ciesla 2013-01-28 16:02:40 UTC
I figured it out, update on it's way.

Comment 5 Fedora Update System 2013-01-28 16:25:38 UTC
python-imdb-4.9-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/python-imdb-4.9-1.fc18

Comment 6 Fedora Update System 2013-01-30 00:40:07 UTC
Package python-imdb-4.9-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-imdb-4.9-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-1603/python-imdb-4.9-1.fc18
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2013-02-08 02:05:40 UTC
python-imdb-4.9-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.