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
commit cd90583818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";