Unverified Commit 2594b3ae authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.psycopg-{c,pool}: expose attributes

parent c535fd6d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 { };