mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-30 21:15:21 +03:00
python310Packages.django-postgresql-netfields: disable pythonImportsCheck
This commit is contained in:
parent
9b0ce02247
commit
3f12b7e272
1 changed files with 4 additions and 3 deletions
|
@ -43,9 +43,10 @@ buildPythonPackage rec {
|
|||
# psycopg2
|
||||
# ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"netfields"
|
||||
];
|
||||
# Requires psycopg2
|
||||
# pythonImportsCheck = [
|
||||
# "netfields"
|
||||
# ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Django PostgreSQL netfields implementation";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue