python310Packages.django-postgresql-netfields: disable pythonImportsCheck

This commit is contained in:
Fabian Affolter 2022-12-02 10:06:01 +01:00 committed by GitHub
parent 9b0ce02247
commit 3f12b7e272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,9 +43,10 @@ buildPythonPackage rec {
# psycopg2
# ];
pythonImportsCheck = [
"netfields"
];
# Requires psycopg2
# pythonImportsCheck = [
# "netfields"
# ];
meta = with lib; {
description = "Django PostgreSQL netfields implementation";