aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography_1.4.bb
blob: b05c61510145724baf3aa2a33464b7a215e94755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
inherit pypi setuptools
require python-cryptography.inc

SRC_URI += " \
    file://run-ptest \
"

DEPENDS += " \
    ${PYTHON_PN}-enum34 \
"

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-contextlib \
    ${PYTHON_PN}-enum34 \
    ${PYTHON_PN}-ipaddress \
"