Add license note to optional dependencies

... so that we record license compatibility at this moment.

Change-Id: Icec3a5773163a90f2f694d035f2875ec52b53a75
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-14 20:17:38 +09:00
parent 79a52301ca
commit 427d6cafcf
2 changed files with 4 additions and 4 deletions

View File

@@ -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"]

View File

@@ -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