Fix pysftp dependency issue and optimize WSGI-LSAPI compilation: Removed pysftp from requirements in favor of paramiko, and updated Makefile for proper optimization flags to avoid _FORTIFY_SOURCE warnings during WSGI-LSAPI installation.

This commit is contained in:
Master3395
2025-09-23 19:06:33 +02:00
parent abfa28469f
commit 685a464ca5
4 changed files with 71 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ pexpect==4.8.0
psutil==5.7.3
py3dns==4.0.2
pyOpenSSL==19.1.0
pysftp
# pysftp - deprecated, using paramiko instead
pyotp
requests==2.26.0
s3transfer==0.5.0