aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dnspython_1.15.0.bb
blob: e28389ef1e315c313df702f27eccd45e5d52037b (plain)
1
2
3
4
5
6
7
8
inherit setuptools3
require python-dnspython.inc

# Requires _pydecimal.py which is in misc
RDEPENDS_${PN} += " \
    ${PYTHON_PN}-misc \
    ${PYTHON_PN}-selectors \
"