summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography-common.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-11-25 13:01:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-27 14:58:48 +0000
commite7c6cf30de1f65aa9613248f40ec7c1f8fd94da9 (patch)
tree6345741702a55ccde7e5efb70e596c373b2b3e12 /meta/recipes-devtools/python/python3-cryptography-common.inc
parentb29198442c6eb6fea0bcb0959c6e3077f174ae66 (diff)
downloadpoky-e7c6cf30de1f65aa9613248f40ec7c1f8fd94da9.tar.gz
python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep upgrades
(From OE-Core rev: 7a39814530cc0d6bfdd90382ad918c24aa345a0a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography-common.inc')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography-common.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography-common.inc b/meta/recipes-devtools/python/python3-cryptography-common.inc
new file mode 100644
index 0000000000..288f4c9f70
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-cryptography-common.inc
@@ -0,0 +1,6 @@
1# Sharing PV between cryptography and cryptography-vectors will
2# ensure that updating one but not the other will cause a build error.
3#
4# Additionally AUH will detect that they share this .inc file and
5# perform a lockstep upgrade for both.
6PV = "43.0.3"