Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
665fd026517259031fd55bcfb2a9dab0d9f3582a
/
.
/
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 \
"