diff mbox series

[1/2] python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON

Message ID 20231129041137.2280657-1-tim.orling@konsulko.com
State Accepted, archived
Commit 3701bc4d30526c52be1e1789afb24c90a23beab6
Headers show
Series [1/2] python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON | expand

Commit Message

Tim Orling Nov. 29, 2023, 4:11 a.m. UTC
Comments in the recipe are insufficient to prevent folks from attempting
to upgrade the recipe without also upgrading python3-cryptography.

These two recipes MUST be upgraded in lock step to the exact same version.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../python/python3-cryptography-vectors_41.0.5.bb               | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb
index 44c67fdd76b..e304c4261a2 100644
--- a/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb
+++ b/meta/recipes-devtools/python/python3-cryptography-vectors_41.0.5.bb
@@ -27,3 +27,5 @@  do_install:append () {
 BBCLASSEXTEND = "native nativesdk"
 
 UPSTREAM_CHECK_REGEX = ""
+
+RECIPE_NO_UPDATE_REASON = "Must be updated in sync with python3-cryptography."