Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560296 - dev-python/bpython-0.14.2 should RDEPEND on <=curtsies-0.2.0
Summary: dev-python/bpython-0.14.2 should RDEPEND on <=curtsies-0.2.0
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:
Blocks:
 
Reported: 2015-09-12 18:36 UTC by Thomas Capricelli
Modified: 2015-10-08 10:44 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 Thomas Capricelli 2015-09-12 18:36:40 UTC
Since I've updated today, bpython wont start, saying :

pkg_resources.DistributionNotFound: The 'curtsies<0.2.0,>=0.1.18' distribution was not found and is required by bpython

I've checked, and indeed, dev-python/curtsies was updated from 0.1.18 to 0.2.3 today. The bpython version hasn't changed (it was alrady 0.14.2).

I've checked the bpython ebuild, and it says :
    >=dev-python/curtsies-0.1.18[${PYTHON_USEDEP}]

Which seems to be wrong according to the error message.

Reproducible: Always
Comment 1 Thomas Capricelli 2015-10-05 13:26:49 UTC
The bug keeps on beating me here, i need to add some stuff to my own package.mask on every computer. This doesn't seem very complicated to fix, is it ? I mean, it's only about fixing the dependancy in the ebuild, isn't it ?
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2015-10-08 05:47:38 UTC
commit ea83784ccb751a2d3a0042d0be906a6ad6db22c5
Author: Ian Delaney <idella4@gentoo.org>
Date:   Thu Oct 8 13:46:18 2015 +0800

    dev-python/bpython: re-add border versioning of curtsies to -0.14.2
    
    Gentoo bug: #560296
Comment 3 Thomas Capricelli 2015-10-08 10:44:29 UTC
Thanks a lot!