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