]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix constraints.txt again 50238/head
authorErnesto Puerta <epuertat@redhat.com>
Thu, 23 Feb 2023 16:22:10 +0000 (17:22 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 23 Feb 2023 16:22:10 +0000 (17:22 +0100)
commit1c7fb66856d14a02bf9d4935c7e6bd1832bb3aae
treec73d789d940f2aa642faee4ae815e1cb9b1a7e32
parent9f0440e6d5f702ad36d7d44ccf2a69018a2dd653
mgr/dashboard: fix constraints.txt again

The previous attempt to fix this issue
(https://github.com/ceph/ceph/pull/50207) was not successful, since the
PIP syntax for compatible versions (~=) behaves differently compared to
other package management tools (e.g.: npm).

In this case, package~=x.y.z equasl to package>=x.y.z;package==x.y.*,
instead of the desired package>=x.y.z;package==x.*.

Fixes: tracker.ceph.com/issues/58827
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
src/pybind/mgr/dashboard/constraints.txt