summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-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/python3-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/python3-cryptography_2.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cryptography_2.8.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb
new file mode 100644
index 0000000000..195923343b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cryptography_2.8.bb
@@ -0,0 +1,8 @@
1inherit pypi setuptools3
2require python-cryptography.inc
3
4LDSHARED += "-pthread"
5
6SRC_URI += " \
7 file://run-ptest \
8"