python310Packages.transaction: add pythonImportsCheck
This commit is contained in:
@@ -23,6 +23,10 @@ buildPythonPackage rec {
|
||||
mock
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"transaction"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Transaction management";
|
||||
homepage = "https://transaction.readthedocs.io/";
|
||||
|
||||
Reference in New Issue
Block a user