pythonPackages.netifaces: use pythonImportsCheck
This commit is contained in:
parent
a1aae72157
commit
715bff216b
@ -12,6 +12,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3";
|
sha256 = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = false; # no tests implemented
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "netifaces" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://alastairs-place.net/projects/netifaces/";
|
homepage = "https://alastairs-place.net/projects/netifaces/";
|
||||||
description = "Portable access to network interfaces from Python";
|
description = "Portable access to network interfaces from Python";
|
||||||
|
Loading…
Reference in New Issue
Block a user