python312Packages.psycopg-{c,pool}: expose attributes (#340367)

This commit is contained in:
Martin Weinelt 2024-09-07 22:11:38 +02:00 committed by GitHub
commit df9f170cd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 { };