Merge pull request #298037 from amarshall/python-dbf-fix-build
python3Packages.dbf: fix build
This commit is contained in:
commit
5816576178
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} dbf/test.py
|
||||
${python.interpreter} -m dbf.test
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue