Remove unused dependencies

Remove the dependencies which are not actually imported by any logic
in trove.

Change-Id: I3c80c30b2667a3e5d121b95a7fdcc22d856b88c7
This commit is contained in:
Takashi Kajinami 2024-09-24 12:18:32 +09:00
parent 3818b4d349
commit 65fbb64049
5 changed files with 1 additions and 8 deletions

View File

@ -10,8 +10,7 @@ dnf install -y python-devel libxml2-devel libxslt-devel python-setuptools \
python-sqlalchemy python-lxml \
python-routes python-eventlet python-webob \
python-kombu python-paste-deploy python-paste python-netaddr \
python-httplib2 python-iso8601 python-pip python-mysql \
python-migrate python-anyjson gcc python-pexpect
python-pip python-mysql python-migrate python-anyjson gcc python-pexpect
# pick up the requirements file left for us by
# extra-data.d/15-reddwarf-dep

View File

@ -6,7 +6,6 @@ python-cinderclient>=1.1.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
kombu>=2.5.0
babel>=1.3
python-heatclient>=0.3.0
jinja2>=2.6
PyMySQL>=0.6.2 # MIT License
python-neutronclient>=2.3.11,<3

View File

@ -6,7 +6,6 @@ python-cinderclient>=1.1.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
kombu>=2.5.0
babel
python-heatclient>=0.2.9
jinja2
PyMySQL>=0.6.2 # MIT License
python-neutronclient>=2.3.6,<3

View File

@ -9,4 +9,3 @@ python-openstackclient
python-novaclient
python-troveclient
python-neutronclient
python-heatclient

View File

@ -8,9 +8,7 @@ WebOb>=1.7.1 # MIT
PasteDeploy>=1.5.0 # MIT
Paste>=2.0.2 # MIT
netaddr>=0.7.18 # BSD
httplib2>=0.9.1 # MIT
lxml!=3.7.0,>=3.4.1 # BSD
python-heatclient>=1.10.0 # Apache-2.0
python-novaclient>=9.1.0 # Apache-2.0
python-cinderclient>=3.3.0 # Apache-2.0
python-keystoneclient>=3.8.0 # Apache-2.0
@ -19,7 +17,6 @@ python-designateclient>=2.7.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-troveclient>=2.2.0 # Apache-2.0
iso8601>=0.1.11 # MIT
jsonschema>=3.2.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
pexpect!=3.3,>=3.1 # ISC License