Merge pull request #145665 from siraben/spoof-mac-pythonImportsCheck
spoof-mac: add pythonImportsCheck
This commit is contained in:
commit
cd90583818
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue