mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python312Packages.stringbrewer: drop explicitly added pythonImportsCheckHook
This commit is contained in:
parent
2dd770f56f
commit
19402d25f3
@ -4,7 +4,6 @@
|
||||
fetchPypi,
|
||||
rstr,
|
||||
sre-yield,
|
||||
pythonImportsCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -21,7 +20,6 @@ buildPythonPackage rec {
|
||||
rstr
|
||||
sre-yield
|
||||
];
|
||||
nativeBuildInputs = [ pythonImportsCheckHook ];
|
||||
|
||||
# Package has no tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user