Remove indirect dep blocks

- grpcio
  The 1.16.x and 1.17.x series are ancient and won't be pulled now [1].

- textfsm
  The maintainer pushed a wheel soon after the bug was filed [2].

[1] https://pypi.org/project/grpcio/1.16.0/#history
[2] https://github.com/google/textfsm/issues/105

Change-Id: I8044589d9ebaf5881202f61c75d1aca51b483817
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-04-05 16:47:28 +01:00
parent d068d9323c
commit 538809b8da
1 changed files with 0 additions and 6 deletions

View File

@ -494,12 +494,6 @@ sadisplay # BSD
# use it like a library so until there is a ceilometer-lib (or similar) this is our best option.
ceilometer # Apache-2.0
# Indirect dependencies that need blocking
# NOTE(bnemec): 1.16.0 introduced a bug that is breaking tooz. 1.18.0 fixes it.
# See https://bugs.launchpad.net/python-tooz/+bug/1808046
grpcio!=1.16.0,!=1.16.1,!=1.17.0,!=1.17.1
textfsm!=1.1.3
# NOTE(dhellmann): We need to include this package for testing the
# release jobs that propose constraint updates, even though it is not
# a real requirement of any of our software.