From 0aaff3512237253279525d5e188ace6d4e9a8406 Mon Sep 17 00:00:00 2001 From: patrykkulik-microsoft <116072282+patrykkulik-microsoft@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:23:26 +0000 Subject: [PATCH] Revert "Add docker dependency option to oras in setup.py (#164)" This reverts commit 9b6fcdecc2e0619e0c24c545e524b27b6b14c7f0. --- src/aosm/HISTORY.rst | 3 +-- src/aosm/setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/aosm/HISTORY.rst b/src/aosm/HISTORY.rst index 3534a52d283..6839c808ca3 100644 --- a/src/aosm/HISTORY.rst +++ b/src/aosm/HISTORY.rst @@ -5,10 +5,9 @@ Release History Unreleased ++++++++ -* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled. +* Added: Users can specify multiple image sources from all types of registries (not just ACRs). General improvements in how CNF image sources are handled. * Fixed: Namespace appeared twice in the `artifacts.json` file, leading to errors in the publish step of the CLI. * Changed configurationType for NF Resources from Secret to Open -* Added docker dependency for Oras client library to setup.py. 1.0.0b10 ++++++++ diff --git a/src/aosm/setup.py b/src/aosm/setup.py index e53292aec61..026e436a979 100644 --- a/src/aosm/setup.py +++ b/src/aosm/setup.py @@ -34,7 +34,7 @@ ] DEPENDENCIES = [ - "oras[docker]~=0.1.19", + "oras~=0.1.19", "azure-storage-blob>=12.15.0", "jinja2>=3.1.2", "genson>=1.2.2",