Bug 50905 - httpie неработоспособен в p11
Summary: httpie неработоспособен в p11
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: httpie (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Evgenii Terechkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-15 10:28 MSK by Alexander
Modified: 2024-07-15 11:44 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2024-07-15 10:28:27 MSK
$ http --version
/usr/bin/http:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  from pkg_resources import load_entry_point
Traceback (most recent call last):
  File "/usr/bin/http", line 11, in <module>
    load_entry_point('httpie==2.3.0', 'console_scripts', 'http')()
  File "/usr/lib/python3/site-packages/httpie/__main__.py", line 10, in main
    from .core import main
  File "/usr/lib/python3/site-packages/httpie/core.py", line 16, in <module>
    from httpie.client import collect_messages
  File "/usr/lib/python3/site-packages/httpie/client.py", line 17, in <module>
    from httpie.ssl import AVAILABLE_SSL_VERSION_ARG_MAPPING, HTTPieHTTPSAdapter
  File "/usr/lib/python3/site-packages/httpie/ssl.py", line 5, in <module>
    from urllib3.util.ssl_ import (