python3-django.inc 728 B

123456789101112131415161718192021222324252627282930313233
  1. SUMMARY = "A high-level Python Web framework"
  2. HOMEPAGE = "https://www.djangoproject.com/"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
  5. PYPI_PACKAGE = "Django"
  6. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  7. inherit pypi
  8. FILES:${PN} += "${datadir}/django"
  9. BBCLASSEXTEND = "native nativesdk"
  10. RDEPENDS:${PN} += "\
  11. python3-compression \
  12. python3-ctypes \
  13. python3-datetime \
  14. python3-email \
  15. python3-html \
  16. python3-json \
  17. python3-logging \
  18. python3-multiprocessing \
  19. python3-netserver \
  20. python3-numbers \
  21. python3-pkgutil \
  22. python3-pytz \
  23. python3-threading \
  24. python3-unixadmin \
  25. python3-xml \
  26. "
  27. CVE_PRODUCT = "django"