Merge pull request #135799 from SuperSandro2000/parsedatetime

This commit is contained in:
Sandro 2021-08-26 16:38:27 +02:00 committed by GitHub
commit 180d3bdf0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,12 @@ buildPythonPackage rec {
"testFloat"
];
pythonImportChecks = [ "parsedatetime" ];
pythonImportsCheck = [ "parsedatetime" ];
meta = with lib; {
description = "Parse human-readable date/time text";
homepage = "https://github.com/bear/parsedatetime";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};
}