Merge pull request #145665 from siraben/spoof-mac-pythonImportsCheck

spoof-mac: add pythonImportsCheck
This commit is contained in:
Jörg Thalheim
2021-11-13 09:01:10 +00:00
committed by GitHub
@@ -16,6 +16,8 @@ buildPythonPackage rec {
# No tests
doCheck = false;
pythonImportsCheck = [ "spoofmac" ];
meta = with lib; {
description = "Change your MAC address for debugging purposes";
homepage = "https://github.com/feross/SpoofMAC";