python310Packages.transaction: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-03-19 11:35:07 +01:00 committed by GitHub
parent a13f97beff
commit dc206cd60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,10 @@ buildPythonPackage rec {
mock
];
pythonImportsCheck = [
"transaction"
];
meta = with lib; {
description = "Transaction management";
homepage = "https://transaction.readthedocs.io/";