Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 664578 - =app-office/calcurse-4.3.0 missing dependency: ImportError: No module named 'httplib2'
Summary: =app-office/calcurse-4.3.0 missing dependency: ImportError: No module named '...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-25 13:38 UTC by Frantisek Farka
Modified: 2018-08-25 21:27 UTC (History)
0 users

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


Attachments
emerge --info output (emerge.info,5.37 KB, text/plain)
2018-08-25 13:38 UTC, Frantisek Farka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frantisek Farka 2018-08-25 13:38:15 UTC
Created attachment 545002 [details]
emerge --info output

When running ``calcurse-caldav'' from terminal if fails with the following message:

Traceback (most recent call last):
  File "/usr/bin/calcurse-caldav", line 6, in <module>
    import httplib2
ImportError: No module named 'httplib2'

dev-python/httplib2 that is required was not installed on my system:

#emerge -s dev-python/httplib2
  
[ Results for search key : dev-python/httplib2 ]
Searching...

*  dev-python/httplib2
      Latest version available: 0.10.3-r1
      Latest version installed: [ Not Installed ]


Installing the library manually fixes the issue. I believe that app-office/calcurse is missing a dependency.

emerge --info attached
Comment 1 Larry the Git Cow gentoo-dev 2018-08-25 21:27:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d28fdac434763f55a1b8b9c65410933335cb3a0

commit 3d28fdac434763f55a1b8b9c65410933335cb3a0
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2018-08-25 21:26:09 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2018-08-25 21:27:11 +0000

    app-office/calcurse: add a missing runtime dependency.
    
    Courtesy of Frantisek Farka <frantisek+gentoo@farka.eu>.
    
    Closes: https://bugs.gentoo.org/664578
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/calcurse-4.3.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)