mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-06 12:20:45 +01:00
Remove pygpgme from the requirements for 16.04
This commit is contained in:
@@ -3095,7 +3095,7 @@ milter_default_action = accept
|
||||
fd_new = open(install_file_new,'w')
|
||||
lines = fd.readlines()
|
||||
for line in lines:
|
||||
if line[:6] != 'pycurl':
|
||||
if line[:6] != 'pycurl' and line[:7] != 'pygpgme':
|
||||
fd_new.write(line)
|
||||
fd.close()
|
||||
fd_new.close()
|
||||
|
||||
Reference in New Issue
Block a user