From dd106a7e725ec21f035ba68679cef0f57adfb750 Mon Sep 17 00:00:00 2001 From: Al Bailey Date: Fri, 7 Oct 2022 21:58:37 +0000 Subject: [PATCH] Fix debian build-break for python-keyring The debian version did not match the downloaded tarball. The build break issue was introduced when this merged https://review.opendev.org/c/starlingx/integ/+/860297 Test Plan: downloader -b -s -B std,rt build-pkgs -c python-keyring Story: 2010353 Task: 46503 Signed-off-by: Al Bailey Change-Id: I4a19bacf11fc45e3c9be5c4666554f17e93057e2 --- security/python-keyring/debian/meta_data.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/security/python-keyring/debian/meta_data.yaml b/security/python-keyring/debian/meta_data.yaml index 46b8dc271..e81950f51 100644 --- a/security/python-keyring/debian/meta_data.yaml +++ b/security/python-keyring/debian/meta_data.yaml @@ -1,8 +1,10 @@ -debver: 22.0.1-1 +--- +debver: 22.2.0-1 +deb_name: python-keyring dl_path: name: python-keyring-debian-22.2.0-1.tar.gz url: https://salsa.debian.org/python-team/packages/python-keyring/-/archive/debian/22.2.0-1/python-keyring-debian-22.2.0-1.tar.gz md5sum: b75d88573226d73cc9dbefa0128bb042 revision: dist: $STX_DIST - PKG_GITREVCOUNT: + PKG_GITREVCOUNT: true