Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634816 - dev-python/pypy3: missing pystrhex.h
Summary: dev-python/pypy3: missing pystrhex.h
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-19 20:15 UTC by Michał Górny
Modified: 2017-10-19 20:15 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 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.