pythonPackages.fuse: add pythonImportsCheck
This commit is contained in:
parent
1bafaad6e7
commit
cefafeefbb
@ -12,9 +12,11 @@ buildPythonPackage rec {
|
||||
buildInputs = [ fuse ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
# no tests in the Pypi archive
|
||||
# no tests implemented
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "fuse" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for FUSE";
|
||||
homepage = "https://github.com/libfuse/python-fuse";
|
||||
|
Loading…
Reference in New Issue
Block a user