python3Packages.sshfs.optional-dependencies.pkcs11: fix the eval (#346746)

This commit is contained in:
Nick Cao
2024-10-06 09:34:29 -04:00
committed by GitHub
@@ -41,7 +41,7 @@ buildPythonPackage rec {
fido2 = [ asyncssh ] ++ asyncssh.optional-dependencies.fido2;
gssapi = [ asyncssh ] ++ asyncssh.optional-dependencies.gssapi;
libnacl = [ asyncssh ] ++ asyncssh.optional-dependencies.libnacl;
pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.python-pkcs11;
pkcs11 = [ asyncssh ] ++ asyncssh.optional-dependencies.pkcs11;
pyopenssl = [ asyncssh ] ++ asyncssh.optional-dependencies.pyopenssl;
};