python310Packages.colorama: add pythonImportsCheck, update meta

This commit is contained in:
Sandro Jäckel 2022-05-30 05:43:56 +02:00
parent 3d6c93dd79
commit a54a95575a
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -12,10 +12,13 @@ buildPythonPackage rec {
# No tests in archive
doCheck = false;
pythonImportsCheck = [ "colorama" ];
meta = with lib; {
description = "Cross-platform colored terminal text";
homepage = "https://github.com/tartley/colorama";
license = licenses.bsd3;
description = "Cross-platform colored terminal text";
maintainers = with maintainers; [ ];
};
}