From 427d6cafcf8929cefc34375fac06b9f1f69f146b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 14 Sep 2025 20:17:38 +0900 Subject: [PATCH] Add license note to optional dependencies ... so that we record license compatibility at this moment. Change-Id: Icec3a5773163a90f2f694d035f2875ec52b53a75 Signed-off-by: Takashi Kajinami --- pyproject.toml | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0431b8f..a948fd3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,8 @@ Repository = "https://opendev.org/openstack/oslo.service" [project.optional-dependencies] threading = [ - "cotyledon>=2.0.0", - "futurist>=3.1.1", + "cotyledon>=2.0.0", # Apache-2.0 + "futurist>=3.1.1", # Apache-2.0 ] [project.entry-points."oslo.config.opts"] diff --git a/test-requirements.txt b/test-requirements.txt index 36179472..2e8bc2b4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ requests>=2.14.2 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 coverage>=4.0 # Apache-2.0 -cotyledon>=2.0.0 -futurist>=3.1.1 +cotyledon>=2.0.0 # Apache-2.0 +futurist>=3.1.1 # Apache-2.0