mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python-dnspython: add initial recipe with version 1.15.0
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d911e0f5f1
commit
5962ec478c
20
meta-python/recipes-devtools/python/python-dnspython.inc
Normal file
20
meta-python/recipes-devtools/python/python-dnspython.inc
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
DESCRIPTION = "DNS toolkit for Python"
|
||||
HOMEPAGE = "http://www.dnspython.org/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b9d855ee0d7bea17c8b0994d37985e1e"
|
||||
|
||||
SRC_URI[md5sum] = "05d33ffb5d8f35ae0474bb952778a344"
|
||||
SRC_URI[sha256sum] = "40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c"
|
||||
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
inherit pypi
|
||||
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-crypt \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-math \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit setuptools
|
||||
require python-dnspython.inc
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
inherit setuptools3
|
||||
require python-dnspython.inc
|
||||
|
||||
# Requires _pydecimal.py which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-enum \
|
||||
${PYTHON_PN}-misc \
|
||||
${PYTHON_PN}-selectors \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user