pythonPackages.tzlocal: use pythonImportsCheck
This commit is contained in:
@@ -15,9 +15,12 @@ buildPythonPackage rec {
|
||||
# test fail (timezone test fail)
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "tzlocal" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tzinfo object for the local timezone";
|
||||
homepage = "https://github.com/regebro/tzlocal";
|
||||
license = licenses.cddl;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user