Skip to content

Commit cb5f4f5

Browse files
committed
added another pyftpdlib version cap discovered in docker-migrid on rocky8
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6160 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent 9fcf2e1 commit cb5f4f5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

recommended.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ email-validator<1.3;python_version < "3"
2727
wsgidav
2828
paramiko
2929
pyOpenSSL
30-
# NOTE: python-2.7 versions require older pyftpdlib
31-
pyftpdlib;python_version >= "3"
32-
pyftpdlib<2.0;python_version < "3"
30+
# NOTE: python-2.7 versions require pyftpdlib-1.x
31+
# NOTE: python-3.6 versions with dated pyopenssl (rocky8) require pyftpdlib-1.x
32+
pyftpdlib;python_version > "3.6"
33+
pyftpdlib<2.0;python_version <= "3.6"
3334
watchdog
3435
scandir
3536
python-openid

0 commit comments

Comments
 (0)