meta-openembedded/meta-python/recipes-devtools/python/python-django_1.11.14.bb
Derek Straka b0a7b41ba0 python-django: update to version 1.11.14
Update the upstream check regex to restrict to version 1.X.Y

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-12 07:19:43 -07:00

9 lines
152 B
BlitzBasic

require python-django.inc
inherit setuptools
RDEPENDS_${PN} += " \
${PYTHON_PN}-argparse \
${PYTHON_PN}-subprocess \
${PYTHON_PN}-zlib \
"