python3Packages.hstspreload: add pythonImportsCheck
This commit is contained in:
parent
3cb87bb668
commit
e55f77277b
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
|||||||
# tests require network connection
|
# tests require network connection
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "hstspreload" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Chromium HSTS Preload list as a Python package and updated daily";
|
description = "Chromium HSTS Preload list as a Python package and updated daily";
|
||||||
homepage = "https://github.com/sethmlarson/hstspreload";
|
homepage = "https://github.com/sethmlarson/hstspreload";
|
||||||
|
Loading…
Reference in New Issue
Block a user