python3Packages.h2: fix typo (pythonImportCheck -> pythonImportsCheck)
This commit is contained in:
parent
10e93973f6
commit
6ec2fcefd2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ buildPythonPackage rec {
|
|||
hypothesis
|
||||
];
|
||||
|
||||
pythonImportCheck = [
|
||||
pythonImportsCheck = [
|
||||
"h2.connection"
|
||||
"h2.config"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue