From 3ee1d8b9ab0cd4ff8419a7daff997e356a2cd981 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jun 2018 16:45:44 -0400 Subject: python-cryptography: update to version 2.2.2 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python-cryptography.inc | 4 ++-- .../python/python-cryptography_2.2.2.bb | 22 ++++++++++++++++++++++ .../python/python-cryptography_2.2.bb | 22 ---------------------- .../python/python3-cryptography_2.2.2.bb | 8 ++++++++ .../python/python3-cryptography_2.2.bb | 8 -------- 5 files changed, 32 insertions(+), 32 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-cryptography_2.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index cdc8185c92..64192f8fb8 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc @@ -10,8 +10,8 @@ DEPENDS += " \ ${PYTHON_PN}-six \ " -SRC_URI[md5sum] = "c49c1ee145a900313a216fa2c788208c" -SRC_URI[sha256sum] = "f5a0279e362c37e2150a32fe35ec20226e9237b6c9927fce8d53ef8e49e64f48" +SRC_URI[md5sum] = "17c4ed4b4d0f25adbc576d89071dc92e" +SRC_URI[sha256sum] = "9fc295bf69130a342e7a19a39d7bbeb15c0bcaabc7382ec33ef3b2b7d18d2f63" RDEPENDS_${PN} += " \ ${PYTHON_PN}-cffi \ diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.2.2.bb @@ -0,0 +1,22 @@ +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 \ + ${PYTHON_PN}-subprocess \ +" diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -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 \ - ${PYTHON_PN}-subprocess \ -" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb new file mode 100644 index 0000000000..195923343b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.2.2.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools3 +require python-cryptography.inc + +LDSHARED += "-pthread" + +SRC_URI += " \ + file://run-ptest \ +" diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb deleted file mode 100644 index 195923343b..0000000000 --- a/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools3 -require python-cryptography.inc - -LDSHARED += "-pthread" - -SRC_URI += " \ - file://run-ptest \ -" -- cgit 1.2.3-korg