diff options
| author | Derek Straka <derek@asterius.io> | 2017-03-02 22:17:17 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-07 13:29:46 +0100 |
| commit | 5962ec478c69e3dcd9c5fbfffb609ffe921279c8 (patch) | |
| tree | 42ec2844a4a0603edcff6d2a48743e77ee460a54 /meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb | |
| parent | d911e0f5f15b21fb50a50cfc7ba4873321d7c957 (diff) | |
| download | meta-openembedded-5962ec478c69e3dcd9c5fbfffb609ffe921279c8.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb new file mode 100644 index 0000000000..26024c68fd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-dnspython.inc | ||
| 3 | |||
| 4 | # Requires _pydecimal.py which is in misc | ||
| 5 | RDEPENDS_${PN} += " \ | ||
| 6 | ${PYTHON_PN}-enum \ | ||
| 7 | ${PYTHON_PN}-misc \ | ||
| 8 | ${PYTHON_PN}-selectors \ | ||
| 9 | " | ||
