Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645898 - net-misc/dropbox-cli does not depend on dev-python/pygtk
Summary: net-misc/dropbox-cli does not depend on dev-python/pygtk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords:
Depends on: 673098
Blocks:
  Show dependency tree
 
Reported: 2018-01-27 15:10 UTC by Pavel Kozlov
Modified: 2018-12-13 23:17 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 Pavel Kozlov 2018-01-27 15:10:38 UTC
However, it doesn't work without pygtk installed:
$ dropbox-cli start -i
Starting Dropbox...Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/dropbox-cli", line 1255, in start
    download()
  File "/usr/lib/python-exec/python2.7/dropbox-cli", line 279, in download
    import pygtk
ImportError: No module named pygtk
Comment 1 Larry the Git Cow gentoo-dev 2018-01-29 12:50:01 UTC
The bug has been closed via the following commit(s):

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

commit af2fc6e54f59a45a4331d1c583c9c02bce3b0b86
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2018-01-29 12:49:29 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2018-01-29 12:49:29 +0000

    net-misc/dropbox-cli: depend on pygtk and pygobject:2
    
    Closes: https://bugs.gentoo.org/645898
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/dropbox-cli/dropbox-cli-1.6.0-r1.ebuild  | 31 +++++++++++++++++++++++
 net-misc/dropbox-cli/files/dropbox-cli-completion |  2 ++
 2 files changed, 33 insertions(+)