]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps: remove the legacy resolver flags 53706/head
authorNizamudeen A <nia@redhat.com>
Wed, 19 Jul 2023 14:05:05 +0000 (19:35 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 28 Sep 2023 03:32:37 +0000 (09:02 +0530)
commit7ff32722293bf255ec570706d0b528bae85ac7a4
tree3986283d73c4eca8368cfbfb6eb999696249c362
parentf6b72b77aa71e3b60fdccb539c6aecba567de543
install-deps: remove the legacy resolver flags

This was a workaround that was introduced long time ago. This will be
something that could be deprectaed at some point [1]. And its preventing some of the dependencies to be
downloaded or stored into the wheelhouse. Deps like jsonschema, parse,
mypy, cryptography etc.

[1] https://pip.pypa.io/en/latest/user_guide/#deprecation-timeline

Fixes: https://tracker.ceph.com/issues/62082
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit d179b95ddf57f8ca48633aed9f6229e39ad83fef)
install-deps.sh