Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571488 - x11-misc/outwiker should RDEPEND on <dev-python/wxpython-2.8
Summary: x11-misc/outwiker should RDEPEND on <dev-python/wxpython-2.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Popov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-10 14:55 UTC by Nikolay Antonov
Modified: 2016-06-18 16:20 UTC (History)
0 users

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 Nikolay Antonov 2016-01-10 14:55:20 UTC
x11-misc/outwiker fails to run with wxpython 3.0 (this is mented at official site: http://jenyay.net/Outwiker/English ) it should depend on version 2.8.

with dev-python/wxpython-3.0:

ostin@ostinote ~ $ outwiker 
Traceback (most recent call last):
  File "runoutwiker.py", line 10, in <module>
    wxversion.select("2.8")
  File "/usr/lib64/python2.7/site-packages/wxversion.py", line 152, in select
    raise VersionError("Requested version of wxPython not found")
wxversion.VersionError: Requested version of wxPython not found


with dev-python/wxpython-2.8 it works well

PS: also version bump?
Comment 1 Pacho Ramos gentoo-dev 2016-05-26 10:12:59 UTC
Bleh, it also depends on old webkit-gtk :S
Comment 2 Sergey Popov (RETIRED) gentoo-dev 2016-06-18 16:20:56 UTC
commit ffb13985985338cce61ed7077b03324639ba3768
Author: Sergey Popov <pinkbyte@gentoo.org>
Date:   Sat Jun 18 19:17:45 2016 +0300

    x11-misc/outwiker: version bump
    
    Set SLOT on wxpython dependency
    
    Gentoo-Bug: 571488
    Gentoo-Bug: 584170
    
    Package-Manager: portage-2.3.0_rc1

Dependencies corrected. Version bump for new wxpython will happen in bug #584170