diff --git a/dev-python/cython/cython-0.29.14-r1.ebuild b/dev-python/cython/cython-0.29.14-r1.ebuild index e26e48b0f2d37..9733a2333f7cf 100644 --- a/dev-python/cython/cython-0.29.14-r1.ebuild +++ b/dev-python/cython/cython-0.29.14-r1.ebuild @@ -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"