Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
779d0acafa041a9df8ff46c614778538ab68acbd
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-cython_0.29.13.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 \
"