diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-dnspython.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-dnspython.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-dnspython.inc b/meta-python/recipes-devtools/python/python-dnspython.inc new file mode 100644 index 0000000000..6a04429b7b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-dnspython.inc | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "DNS toolkit for Python" | ||
| 2 | HOMEPAGE = "http://www.dnspython.org/" | ||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b9d855ee0d7bea17c8b0994d37985e1e" | ||
| 5 | |||
| 6 | SRC_URI[md5sum] = "05d33ffb5d8f35ae0474bb952778a344" | ||
| 7 | SRC_URI[sha256sum] = "40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c" | ||
| 8 | |||
| 9 | PYPI_PACKAGE_EXT = "zip" | ||
| 10 | |||
| 11 | inherit pypi | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += " \ | ||
| 14 | ${PYTHON_PN}-crypt \ | ||
| 15 | ${PYTHON_PN}-io \ | ||
| 16 | ${PYTHON_PN}-math \ | ||
| 17 | ${PYTHON_PN}-netclient \ | ||
| 18 | ${PYTHON_PN}-numbers \ | ||
| 19 | ${PYTHON_PN}-threading \ | ||
| 20 | " | ||
