b053bd8ecf
Docker 5.0.0 [1] dropped requirement for six, but still imports it. [1]: https://github.com/docker/docker-py/issues/2807 Closes-Bug: #1928915 Change-Id: I726541f4b3fdc357387a44c6a2153593a10bf282
7 lines
218 B
YAML
7 lines
218 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where docker python SDK 5.0.0 was failing due to missing
|
|
six - introduced a constraint to install version lower than 5.x.
|
|
`LP#1928915 <https://launchpad.net/bugs/1928915>`__
|