Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918875 - dev-python/ipywidgets: missing RDEPEND on dev-python/ipython
Summary: dev-python/ipywidgets: missing RDEPEND on dev-python/ipython
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-29 22:45 UTC by Michael Orlitzky
Modified: 2023-12-01 06:21 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 Michael Orlitzky gentoo-dev 2023-11-29 22:45:57 UTC
Discovered via,

  $ python -c "import ipywidgets;"
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/usr/lib/python3.11/site-packages/ipywidgets/__init__.py", line 27, in <module>
      from IPython import get_ipython
  ModuleNotFoundError: No module named 'IPython'


But see also:

  https://github.com/jupyter-widgets/ipywidgets/blob/main/python/ipywidgets/setup.cfg
Comment 1 Larry the Git Cow gentoo-dev 2023-11-30 05:48:23 UTC
The bug has been closed via the following commit(s):

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

commit 93b8be0506bd9be931d0440071fc9a63c1ef0e19
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-11-30 05:38:59 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-11-30 05:48:20 +0000

    dev-python/ipywidgets: Add a PDEP on dev-python/ipython
    
    Closes: https://bugs.gentoo.org/918875
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/ipywidgets/ipywidgets-8.1.1.ebuild | 3 +++
 1 file changed, 3 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2023-12-01 06:21:30 UTC
The bug has been referenced in the following commit(s):

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

commit e04de4e2c8aeda33c20b463391789efd299dd4cb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-12-01 04:49:45 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-12-01 06:20:08 +0000

    dev-python/ipywidgets: revbump for fixed {P|R}DEPEND
    
    See 93b8be0506bd9be931d0440071fc9a63c1ef0e19.
    
    Bug: https://bugs.gentoo.org/918875
    Signed-off-by: Sam James <sam@gentoo.org>

 .../ipywidgets/{ipywidgets-8.1.1.ebuild => ipywidgets-8.1.1-r1.ebuild}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)