Unverified Commit df9f170c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 187fc8f6 2594b3ae
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 { };