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:
parent
9b0ce02247
commit
3f12b7e272
1 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue