Drop sqlparse

Based on:

tony@thor:~/src/opendev.org/openstack$ beagle --server https://codesearch.openstack.org search -f grep sqlparse | grep ^openstack | grep -v '/requirements'
openstack/glance:requirements.txt:10:sqlparse>=0.2.2 # BSD
openstack/kolla:docker/openstack-base/Dockerfile.j2:175:'sqlparse',
openstack/rpm-packaging:openstack/glance/glance.spec.j2:54:BuildRequires:  {{ py3('sqlparse') }}
openstack/rpm-packaging:openstack/glance/glance.spec.j2:134:Requires:       {{ py3('sqlparse') }}
openstack/rpm-packaging:openstack/keystone/keystone.spec.j2:47:BuildRequires:  {{ py3('sqlparse') }}

It looks like sqlparse is no longer needed by glance.  If we drop it
from glance, we can drop it altogether from OpenStack Requirements.

Change-Id: I113b4c75e0674657d0fe50af9721f67fd2ec386f
This commit is contained in:
Tony Breeds 2024-06-24 17:43:26 +10:00
parent dfbfdad77f
commit 74acd8214f

View File

@ -7,7 +7,6 @@ eventlet>=0.33.3 # MIT
PasteDeploy>=1.5.0 # MIT
Routes>=2.3.1 # MIT
WebOb>=1.8.1 # MIT
sqlparse>=0.2.2 # BSD
alembic>=0.9.6 # MIT
httplib2>=0.9.1 # MIT
oslo.config>=8.1.0 # Apache-2.0