From 63752803dea78f941cf071486f32b1533c602cd9 Mon Sep 17 00:00:00 2001 From: Alexey Lyubimov Date: Thu, 9 Nov 2023 13:11:47 +0300 Subject: [PATCH] Added dependencies for building inferitpkg - python-boto3, python-botocore and python-s3transfer --- msvsphere-9.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/msvsphere-9.json b/msvsphere-9.json index 7b0fee6..1fb134d 100644 --- a/msvsphere-9.json +++ b/msvsphere-9.json @@ -1213,6 +1213,12 @@ "python-betamax": { "url": "https://src.fedoraproject.org/rpms/python-betamax.git" }, + "python-boto3": { + "url": "https://src.fedoraproject.org/rpms/python-boto3.git" + }, + "python-botocore": { + "url": "https://src.fedoraproject.org/rpms/python-botocore.git" + }, "python-certifi": { "url": "https://src.fedoraproject.org/rpms/python-certifi.git" }, @@ -1306,6 +1312,9 @@ "python-rst-linker": { "url": "https://src.fedoraproject.org/rpms/python-rst-linker.git" }, + "python-s3transfer": { + "url": "https://src.fedoraproject.org/rpms/python-s3transfer.git" + }, "python-service-identity": { "url": "https://src.fedoraproject.org/rpms/python-service-identity.git" },