Drop unused pyOpenSSL

It was added to be used in tempest tests[1] but all tempest tests have
been migrated to telemetry-tempest-plugin.

[1] https://bugs.launchpad.net/ceilometer/+bug/1641156

Change-Id: I9af79c2b0ad0c3e899fc089162ccedeecfc03776
This commit is contained in:
Takashi Kajinami 2025-02-05 22:29:34 +09:00
parent 3a423d82c6
commit 2824c88bca

View File

@ -2,7 +2,6 @@ coverage>=4.4.1 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
oslo.messaging[kafka]>=8.0.0 # Apache-2.0
oslotest>=3.8.0 # Apache-2.0
pyOpenSSL>=17.5.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
requests-aws>=0.1.4 # BSD License (3 clause)