Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674392 - dev-python/uranium-3.6.0 should RDEPEND on sci-libs/Shapely
Summary: dev-python/uranium-3.6.0 should RDEPEND on sci-libs/Shapely
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: 3D Printing Team
URL:
Whiteboard:
Keywords:
: 674436 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-01-03 07:27 UTC by Kobboi
Modified: 2019-01-04 06:36 UTC (History)
7 users (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 2019-01-03 07:27:12 UTC
$ cura
Error in sys.excepthook:
Traceback (most recent call last):
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib64/python3.6/site-packages/cura/CuraApplication.py", line 49, in <module>
    from cura.Arranging.Arrange import Arrange
  File "/usr/lib64/python3.6/site-packages/cura/Arranging/Arrange.py", line 7, in <module>
    from UM.Math.Polygon import Polygon
  File "/usr/lib64/python3.6/site-packages/UM/Math/Polygon.py", line 10, in <module>
    from UM.Math import ShapelyUtil
  File "/usr/lib64/python3.6/site-packages/UM/Math/ShapelyUtil.py", line 6, in <module>
    import shapely.geometry
ModuleNotFoundError: No module named 'shapely'
Comment 1 Kobboi 2019-01-03 07:29:04 UTC
$ equery belongs /usr/lib64/python3.6/site-packages/UM/Math/ShapelyUtil.py
 * Searching for /usr/lib64/python3.6/site-packages/UM/Math/ShapelyUtil.py ... 
dev-python/uranium-3.6.0 (/usr/lib64/python3.6/site-packages/UM/Math/ShapelyUtil.py)
Comment 2 Larry the Git Cow gentoo-dev 2019-01-03 17:28:20 UTC
The bug has been closed via the following commit(s):

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

commit 788cb60a60bd74ad0504385f4db2a28edc7847e7
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2019-01-03 17:22:00 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2019-01-03 17:22:00 +0000

    dev-python/uranium: add missing dep sci-libs/Shapely
    
    Closes: https://bugs.gentoo.org/674392
    Suggested-by: Kobboi <gentoo@lermytte.be>
    Signed-off-by: Amy Liffey <amynka@gentoo.org>
    Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/uranium/{uranium-3.6.0.ebuild => uranium-3.6.0-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2019-01-04 06:36:53 UTC
*** Bug 674436 has been marked as a duplicate of this bug. ***