python310Packages.colorama: add pythonImportsCheck, update meta
This commit is contained in:
parent
3d6c93dd79
commit
a54a95575a
@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user