]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
install-deps: remove the legacy resolver flags
authorNizamudeen A <nia@redhat.com>
Wed, 19 Jul 2023 14:05:05 +0000 (19:35 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 20 Jul 2023 11:46:34 +0000 (17:16 +0530)
commitd179b95ddf57f8ca48633aed9f6229e39ad83fef
treeaa09b028523c3ddb9b4b0c27c73145475c856076
parent652434f8f7ba39cbfc5a01fb299da5b09ad29e16
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>
install-deps.sh