python312Packages.psycopg-{c,pool}: expose attributes (#340367)
This commit is contained in:
commit
df9f170cd5
@ -10635,6 +10635,8 @@ self: super: with self; {
|
||||
psychrolib = callPackage ../development/python-modules/psychrolib { };
|
||||
|
||||
psycopg = callPackage ../development/python-modules/psycopg { };
|
||||
psycopg-pool = psycopg.pool;
|
||||
psycopg-c = psycopg.c;
|
||||
|
||||
psycopg2 = callPackage ../development/python-modules/psycopg2 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user