Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935371 - games-util/cartridges: No module named 'yaml'
Summary: games-util/cartridges: No module named 'yaml'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-02 20:17 UTC by rchabude21
Modified: 2024-07-03 02:18 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 rchabude21 2024-07-02 20:17:32 UTC
when i try to run it gives that error:


Traceback (most recent call last):
  File "/usr/bin/cartridges", line 56, in <module>
    from cartridges import main
  File "/usr/lib/python3.12/site-packages/cartridges/main.py", line 39, in <module>
    from cartridges.importer.bottles_source import BottlesSource
  File "/usr/lib/python3.12/site-packages/cartridges/importer/bottles_source.py", line 24, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-02 20:35:12 UTC
?
Comment 2 rchabude21 2024-07-02 21:45:12 UTC
(In reply to Sam James from comment #1)
> ?

sorry, I confused, I thought the bug was uptream
Comment 3 Larry the Git Cow gentoo-dev 2024-07-03 02:18:08 UTC
The bug has been closed via the following commit(s):

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

commit a088dc1fa84e96178c4a9eba6efa2e14c6470793
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-07-03 02:15:21 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-07-03 02:18:05 +0000

    games-util/cartridges: add missing dependencies
    
    Closes: https://bugs.gentoo.org/935371
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 .../cartridges/{cartridges-2.7.4.ebuild => cartridges-2.7.4-r1.ebuild} | 3 +++
 .../{cartridges-2.8.5-r1.ebuild => cartridges-2.8.5-r2.ebuild}         | 3 +++
 games-util/cartridges/cartridges-9999.ebuild                           | 3 +++
 3 files changed, 9 insertions(+)