blob: 13ebf92b657c4656b18049be24b43f8de635e7cb [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
2LICENSE = "LGPLv3"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
4
5SRC_URI[md5sum] = "45bd97e6f7888aac24ae86013c57638e"
6SRC_URI[sha256sum] = "4b8ce6f33633c9dd9175b228d21c00c801b6bd0327747cd5e17fc2da934c3a69"
7
8inherit pypi setuptools
9
10RDEPENDS_${PN} += "\
11 ${PYTHON_PN}-numbers \
12 ${PYTHON_PN}-threading \
13 "