File: workaround-transitive-deps-1e7a214f3256b77e.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (9 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
fixes:
  - Added requests and Babel to the direct dependencies list to work around
    issues with pip installation, entrypoints and transitive dependencies
    with conflicting exclusion ranges. Packagers of shade do not need to
    add these two new requirements to shade's dependency list - they are
    transitive depends and should be satisfied by the other things in the
    requirements list. Both will be removed from the list again once the
    python client libraries that pull them in have been removed.