Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 636136 - media-libs/vulkan-loader add support for python3.6
Summary: media-libs/vulkan-loader add support for python3.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
: 636138 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-11-01 08:50 UTC by Michele Alzetta
Modified: 2017-11-01 23:51 UTC (History)
0 users

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 Michele Alzetta 2017-11-01 08:50:30 UTC
Ebuild contains the following line:

PYTHON_COMPAT=( python3_{4,5} )

On my python 3_6 only system this is the only package requiring me to reinstall an older version of python. 

Reproducible: Always

Steps to Reproduce:
emerge -pv vulkan-loader
Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!

dev-lang/python-3.5.4
media-libs/vulkan-loader-1.0.61.1  

Expected Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!

media-libs/vulkan-loader-1.0.61.1  

Changing the ebuild in my local overlay to:

PYTHON_COMPAT=( python3_{4,5,6} )

apparently just works. I see someone else has suggested this elsewhere:

https://github.com/sjnewbury/gentoo-gpu/pull/12/commits/bb261455b6277e0a1830d831167b2cffd6b90d8f
Comment 1 Harri Nieminen (Moiman) 2017-11-01 09:20:21 UTC
*** Bug 636138 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2017-11-01 23:51:13 UTC
The bug has been closed via the following commit(s):

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

commit d589dfc7e011149c73d029d2ed044836dcfd8679
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2017-11-01 23:50:59 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2017-11-01 23:50:59 +0000

    media-libs/vulkan-loader: Add python3.6 support
    
    Closes: https://bugs.gentoo.org/636136
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild | 2 +-
 media-libs/vulkan-loader/vulkan-loader-9999.ebuild     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)