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

Bug 634816

Summary: dev-python/pypy3: missing pystrhex.h
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-10-19 20:15:13 UTC
$ qlist python | grep pystrhex.h
/usr/include/python3.5m/pystrhex.h
/usr/include/python3.6m/pystrhex.h


Looks like the file is present since py3.5. However, it's missing on pypy3 which pretends being py3.5 at the moment. As a result, dev-python/pysha3 fails to build on pypy3 because of the missing header file.