python3Packages.sshfs.optional-dependencies.pyopenssl: fix the eval (#347172)
This commit is contained in:
commit
47913dd80e
@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
gssapi = [ asyncssh ] ++ asyncssh.optional-dependencies.gssapi;
|
||||
libnacl = [ asyncssh ] ++ asyncssh.optional-dependencies.libnacl;
|
||||
pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.pkcs11;
|
||||
pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyopenssl;
|
||||
pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyOpenSSL;
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
Loading…
Reference in New Issue
Block a user