aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-cryptography_2.0.3.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-08-09 21:31:50 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-13 13:21:04 +0200
commiteb13ac2bda2e9e2c6e76c3b1450daa5896c47201 (patch)
treeda054a41c6dfd68916660b5c5522a9cd184b4e46 /recipes-devtools/python/python-cryptography_2.0.3.bb
parent5f528f84c07a2fc3b4d0f48d30ac547c49edbe6c (diff)
downloadmeta-python2-eb13ac2bda2e9e2c6e76c3b1450daa5896c47201.tar.gz
python-cryptography: update to version 2.0.3
(From meta-openembedded commit: b55f749c39f77d8e16b57aa9b88e9ae78aef20cc) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-cryptography_2.0.3.bb')
-rw-r--r--recipes-devtools/python/python-cryptography_2.0.3.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-cryptography_2.0.3.bb b/recipes-devtools/python/python-cryptography_2.0.3.bb
new file mode 100644
index 0000000..f5b1e0b
--- /dev/null
+++ b/recipes-devtools/python/python-cryptography_2.0.3.bb
@@ -0,0 +1,21 @@
+inherit pypi setuptools
+require python-cryptography.inc
+
+SRC_URI += " \
+ file://run-ptest \
+"
+
+DEPENDS += " \
+ ${PYTHON_PN}-enum34 \
+"
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-enum34 \
+ ${PYTHON_PN}-ipaddress \
+"
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-enum34 \
+ ${PYTHON_PN}-ipaddress \
+ ${PYTHON_PN}-contextlib \
+"