Commit ee1ebad3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.sshfs: add pythonImportsCheck

parent 2c06e8ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ buildPythonPackage rec {
    fsspec
  ];

  pythonImportsCheck = [
    "sshfs"
  ];

  meta = with lib; {
    description = "SSH/SFTP implementation for fsspec";
    homepage = "https://pypi.org/project/sshfs/${version}";