Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328233 - net-misc/pymazon should RDEPEND on dev-python/pycrypto
Summary: net-misc/pymazon should RDEPEND on dev-python/pycrypto
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 08:09 UTC by Neil Bothwick
Modified: 2010-07-27 00:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Bothwick 2010-07-14 08:09:52 UTC
% emerge pymazon
% pymazon                                   
Unable to import PyCrypto. Make sure it is installed and available on the Python path.
Comment 1 nm (RETIRED) gentoo-dev 2010-07-26 20:38:16 UTC
This is explicitly declared on the project's homepage, linked from the ebuild.

http://code.google.com/p/pymazon:

"First, make sure you have PyCrypto installed."

And again in the source code, from ./pymazon/core/decryptor.py:

"from Crypto.Cipher import DES"

and in PKG-INFO:

"The only hard external dependency is PyCrypto"

Since it's been awhile since this bug was filed, and the package in Portage simply does not work without this dependency, can one of the desktop-misc team members make the commit?
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2010-07-26 21:09:39 UTC
Sorry, I am indeed behind in fixing some of my bugs.

By all means you can go ahead and add this dependency yourself!
Comment 3 Jim Ramsay (lack) (RETIRED) gentoo-dev 2010-07-27 00:37:33 UTC
Aha, found time.  net-misc/pymazon-0.9-r1 has proper dependency on pycrypto now.  Thanks for the report\!