diskimage-create: Remove unnecessary requirements

The six library was removed from octavia by [1]. Also PyYAML is
required by diskimage-builder and we don't have to explicitly require
it.

[1] f6b957e8ee

Change-Id: I1c5e7058172b0c6d9b700cf83494fb4f5d244a12
This commit is contained in:
Takashi Kajinami
2023-10-27 12:10:49 +09:00
parent 05616ab7cc
commit d92ea0169f

View File

@@ -1,3 +1 @@
diskimage-builder>=2.24.0
PyYAML
six>=1.9.0