mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-04 22:54:46 +00:00
With 9.0, /lib/python3.11/site-packages/aiosql/adapters directory was not installed, so the package failed to import. That bug was fixed in 9.1 by https://github.com/nackjicholson/aiosql/pull/174. Also, add pythonImportsCheck to catch such errors in future.