python311Packages.mechanize: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-11-10 10:17:06 +01:00
parent 05d8f0746f
commit d281268e6f
@@ -23,6 +23,10 @@ buildPythonPackage rec {
doCheck = false;
pythonImportsCheck = [
"mechanize"
];
meta = with lib; {
description = "Stateful programmatic web browsing in Python";
homepage = "https://github.com/python-mechanize/mechanize";