1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-01 05:19:17 +03:00

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 # psycopg2
# ]; # ];
pythonImportsCheck = [ # Requires psycopg2
"netfields" # pythonImportsCheck = [
]; # "netfields"
# ];
meta = with lib; { meta = with lib; {
description = "Django PostgreSQL netfields implementation"; description = "Django PostgreSQL netfields implementation";