Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 817323

Summary: dev-python/configshell-fb does not support python versions > 3.8
Product: Gentoo Linux Reporter: toon <toon>
Component: Current packagesAssignee: Diogo Pereira <sir.suriv>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 725490    

Description toon 2021-10-10 08:11:43 UTC
The current ebuild for dev-python/configshell-fb, v1.1.28, contains this line:

    PYTHON_COMPAT=( python3_{7,8} )

This is the only package on my system that forces me to keep python 3.8 around.
Comment 1 Larry the Git Cow gentoo-dev 2021-10-18 08:44:50 UTC
The bug has been closed via the following commit(s):

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

commit f5d2420e5fac9835b463254a4a988469d52b2405
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2021-10-18 08:35:03 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2021-10-18 08:44:25 +0000

    dev-python/configshell-fb: enable py3.10, py3.9
    
    Closes: https://bugs.gentoo.org/817323
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/configshell-fb/configshell-fb-1.1.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)