dd-agent: use python2Packages.pg8000
It refers to the same version as python2Packages.pg8000_1_12.
This commit is contained in:
parent
d3ccac10d2
commit
9653f60340
@ -75,7 +75,7 @@ let
|
||||
mongo = (ps: [ ps.pymongo ]);
|
||||
network = (ps: [ ps.psutil ]);
|
||||
nginx = (ps: []);
|
||||
postgres = (ps: with ps; [ pg8000_1_12 psycopg2 ]);
|
||||
postgres = (ps: with ps; [ pg8000 psycopg2 ]);
|
||||
};
|
||||
|
||||
# All integrations (default + extra):
|
||||
|
Loading…
Reference in New Issue
Block a user