Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876526 - dev-python/nbconvert-7.1.0: unresolvable circular dependency with dev-python/notebook
Summary: dev-python/nbconvert-7.1.0: unresolvable circular dependency with dev-python/...
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: 2022-10-10 15:37 UTC by Kobboi
Modified: 2022-10-10 18:24 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 Kobboi 2022-10-10 15:37:04 UTC
$ sudo emerge jupyter -av
 
These are the packages that would be merged, in order:
 
Calculating dependencies... done!
 
 
[ebuild  N     ] dev-python/jupyter-1.0.0-r4::gentoo  USE="-doc" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 15 KiB
[nomerge       ]  dev-python/jupyter_console-6.4.4::gentoo  USE="-doc -test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 
[nomerge       ]   dev-python/ipython-8.5.0::gentoo  USE="qt5 smp -doc -examples -matplotlib -nbconvert -notebook -test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 
[ebuild  N     ]    dev-python/ipyparallel-8.4.1::gentoo  USE="-test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 6,683 KiB
[ebuild  N     ]     dev-python/jupyter_server-1.19.1::gentoo  USE="(-doc) -test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 443 KiB
[ebuild  N     ]  dev-python/ipywidgets-8.0.2::gentoo  USE="-test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 110 KiB
[ebuild  N     ]   dev-python/widgetsnbextension-4.0.3::gentoo  PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 998 KiB
[ebuild  N     ]  dev-python/nbconvert-7.1.0::gentoo  USE="-test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 798 KiB
[ebuild  N     ]   dev-python/notebook-6.4.12::gentoo  USE="-test" PYTHON_TARGETS="python3_10 -python3_8 -python3_9" 14,053 KiB
 
Total: 7 packages (7 new), Size of downloads: 23,098 KiB
 
 * Error: circular dependencies:
 
(dev-python/nbconvert-7.1.0:0/0::gentoo, ebuild scheduled for merge) depends on
 (dev-python/notebook-6.4.12:0/0::gentoo, ebuild scheduled for merge) (buildtime)
  (dev-python/nbconvert-7.1.0:0/0::gentoo, ebuild scheduled for merge) (runtime)
 
 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-10-10 18:24:48 UTC
The bug has been closed via the following commit(s):

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

commit 3c8a1b0571b239eacbb953f51a7b8075a465c975
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-10-10 18:24:03 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-10-10 18:24:39 +0000

    dev-python/notebook: break circular dependency
    
    Closes: https://bugs.gentoo.org/876526
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 dev-python/notebook/notebook-6.4.12.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)