dev-python/cython-0.29.14-r1: Add python_check_deps

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
This commit is contained in:
Patrick McLean
2019-11-20 10:06:53 -08:00
committed by Patrick McLean
parent 234574d87d
commit 58c7b4c563

View File

@@ -36,6 +36,10 @@ PATCHES=(
SITEFILE=50cython-gentoo.el
python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
}
python_compile() {
if ! python_is_python3; then
local CFLAGS="${CFLAGS} -fno-strict-aliasing"