Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 789000 - dev-python/ipykernel: too strict jupyter_client version dependency
Summary: dev-python/ipykernel: too strict jupyter_client version dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 788505
  Show dependency tree
 
Reported: 2021-05-09 02:52 UTC by Anton Bolshakov
Modified: 2021-05-10 03:04 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 Anton Bolshakov 2021-05-09 02:52:46 UTC
All 3 ebuilds have the following strict requirement:
<dev-python/jupyter_client-6.2

I checked ipykernel-5.5.0/setup.py, there is the following line:
        'jupyter_client'
and it does not require <6.2

Portage shows a warning of conflict since dev-python/jupyter_client-6.2.0 is stable now.

Please review this requirement
Comment 1 Anton Bolshakov 2021-05-09 02:53:29 UTC
Please review this bug before stabilizing bug #788505
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-05-09 07:47:29 UTC
The restriction was added because there are actual failures with newer jupyter_client.
Comment 3 Anton Bolshakov 2021-05-10 03:04:31 UTC
Thanks Michal,
I have filed the upstream report here:
https://github.com/ipython/ipykernel/issues/664