Vendor dib-run-parts

The dib-utils repository was retired as part of retirement of TripleO.
This imports the tiny dib-run-parts script because it's used by
os-refresh-config now.

Change-Id: Ia516e604bafdc59dbcfa81796348191b03cbe0b7
This commit is contained in:
Takashi Kajinami 2024-02-29 16:54:03 +09:00
parent 72929598e7
commit a74158a7c3
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,2 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
dib-utils>=0.0.8 # Apache-2.0
psutil>=3.2.2 # BSD

View File

@ -27,7 +27,10 @@ classifier =
[files]
packages =
os_refresh_config
scripts =
bin/dib-run-parts
[entry_points]
console_scripts =
dib-run-parts = os_refresh_config.dib_run_parts:main
os-refresh-config = os_refresh_config.os_refresh_config:main