drop PyOpenSSL usage
We've replaced it with requests library some time ago, this code has no better sensitivity than requests error checking, so we can drop it completely. Fixes: https://pagure.io/koji/issue/2752
This commit is contained in:
parent
2dc537199a
commit
ebdbb80e02
4 changed files with 1 additions and 64 deletions
1
setup.py
1
setup.py
|
|
@ -11,7 +11,6 @@ def get_install_requires():
|
|||
|
||||
requires = [
|
||||
'python-dateutil',
|
||||
'pyOpenSSL',
|
||||
'requests',
|
||||
'requests-gssapi',
|
||||
'six',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue