Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612706 - =net-misc/electrum-2.8.0 requires pyaes
Summary: =net-misc/electrum-2.8.0 requires pyaes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-15 11:37 UTC by Conrad
Modified: 2017-03-19 19:20 UTC (History)
2 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 Conrad 2017-03-15 11:37:53 UTC
electrum 2.8.0 requires pyaes but neither is this package pulled in by the ebuild nor does it seem to be in portage at all.

expected behavior: electrum starts

observed behavior: error message on console "Error: No module named pyaes. Try 'sudo pip install <module-name>'", electrum does not start

steps to reproduce:
1. emerge electrum
2. try to start electrum in a clean python environment
Comment 1 Sergey 'L29Ah' Alirzaev 2017-03-17 19:13:48 UTC
Yeah. Also it doesn't seem to use slowaes anymore.
Comment 2 Anthony Basile gentoo-dev 2017-03-18 13:09:14 UTC

(In reply to Conrad from comment #0)
> electrum 2.8.0 requires pyaes but neither is this package pulled in by the
> ebuild nor does it seem to be in portage at all.
> 
> expected behavior: electrum starts
> 
> observed behavior: error message on console "Error: No module named pyaes.
> Try 'sudo pip install <module-name>'", electrum does not start
> 
> steps to reproduce:
> 1. emerge electrum
> 2. try to start electrum in a clean python environment

Thanks for testing.  I'll fix this later today.  Do you know off hand if pyaes depends on some USE flag, or is it a hard dependence?
Comment 3 Conrad 2017-03-18 13:18:24 UTC
pyaes is replacing slowaes and is required. See https://github.com/spesmilo/electrum/commit/e1515743cdc52a068798b86ef4529def2b802ad8
Comment 4 Anthony Basile gentoo-dev 2017-03-18 14:10:13 UTC
Okay, this should be fixed in =net-misc/electrum-2.8.0-r1.  Can you please test and reopen the bug if this still needs more work.
Comment 5 Conrad 2017-03-19 19:20:38 UTC
Works for me, thank you!