diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography-common.inc')
-rw-r--r-- | meta/recipes-devtools/python/python3-cryptography-common.inc | 6 |
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..5ce2485ed5 --- /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. | ||
6 | PV = "45.0.4" | ||