summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography_2.8.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-10-22 09:52:10 +0800
committerKhem Raj <raj.khem@gmail.com>2019-10-23 05:31:25 -0700
commit7b8b02275bbf92ed2eeb02578e4a15b7a81af81f (patch)
tree4ee4a91968fae90641ab0b75cd13a6acaba782d1 /meta-python/recipes-devtools/python/python-cryptography_2.8.bb
parentc1e0d32ce2cbe959245ee11be657969212e71f62 (diff)
downloadmeta-openembedded-7b8b02275bbf92ed2eeb02578e4a15b7a81af81f.tar.gz
python-cryptography: upgrade 2.7 -> 2.8
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography_2.8.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.8.bb b/meta-python/recipes-devtools/python/python-cryptography_2.8.bb
new file mode 100644
index 0000000000..9c2f88418d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cryptography_2.8.bb
@@ -0,0 +1,22 @@
1inherit pypi setuptools
2require python-cryptography.inc
3
4SRC_URI += " \
5 file://run-ptest \
6"
7
8DEPENDS += " \
9 ${PYTHON_PN}-enum34 \
10"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-enum34 \
14 ${PYTHON_PN}-ipaddress \
15"
16
17RDEPENDS_${PN}_class-target += " \
18 ${PYTHON_PN}-enum34 \
19 ${PYTHON_PN}-ipaddress \
20 ${PYTHON_PN}-contextlib \
21 ${PYTHON_PN}-subprocess \
22"