Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
47ab3e6bdadb3ab09a5d42f24d5a1a16322d9b34
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-cython_0.29.14.bb
blob: d803a6ed4c854238735c122f132bacdd20daa5be [
file
] [
log
] [
blame
]
inherit setuptools
require
python
-
cython
.
inc
UPSTREAM_CHECK_URI
=
"https://pypi.python.org/pypi/Cython/"
UPSTREAM_CHECK_REGEX
=
"/Cython/(?P<pver>(\d+[\.\-_]*)+)"
RDEPENDS_$
{
PN
}
+=
"\
${PYTHON_PN}-distribute \
${PYTHON_PN}-subprocess \
"