blob: efe23dcb72eddcc8b93c53e1189c48b3ecc4448c [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001require python-django.inc
2inherit setuptools
3
Brad Bishop996bc452019-12-02 13:05:15 -05004SRC_URI[md5sum] = "38e82b59a1c27bbf98ccf0564ead7426"
5SRC_URI[sha256sum] = "eb9271f0874f53106a2719c0c35ce67631f6cc27cf81a60c6f8c9817b35a3f6e"
6
Brad Bishop316dfdd2018-06-25 12:45:53 -04007RDEPENDS_${PN} += " \
8 ${PYTHON_PN}-argparse \
9 ${PYTHON_PN}-subprocess \
10 ${PYTHON_PN}-zlib \
11"