Merge pull request #298037 from amarshall/python-dbf-fix-build

python3Packages.dbf: fix build
This commit is contained in:
Martin Weinelt 2024-03-22 15:07:59 +01:00 committed by GitHub
commit 5816576178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ buildPythonPackage rec {
];
checkPhase = ''
${python.interpreter} dbf/test.py
${python.interpreter} -m dbf.test
'';
pythonImportsCheck = [