Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 41 by
esa.s.ma...@gmail.com: Doesn't work without python keyring
package
http://code.google.com/p/goobook/issues/detail?id=41
What steps will reproduce the problem?
$ goobook query work
Traceback (most recent call last):
File "/usr/bin/goobook", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2793, in
<module>
working_set.require(__requires__)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 673, in
require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 576, in
resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: keyring>=0.2
What is the expected output? What do you see instead?
Should work without keyring package installed, if the keyring functionality
is not used.
What version of the product are you using? On what operating system?
commit cf8120ad3ce7c6f65495c17a7c4902a134be7527
on archlinux
Please provide any additional information below.
Seems to work just fine with a patch for setup.py, which moves keyring
dependency to optional dependencies. Patch attached.
Attachments:
0001-keychain-is-optional-requirement.patch 826 bytes
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings