1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

python-packages: SQLAlchemy: build

Fix test failure by adding pysqlite dependency (buildInputs only).
This commit is contained in:
Tobias Geerinckx-Rice 2015-05-11 22:52:43 +02:00
parent c7c10f28ad
commit 6e8d1f84f2

View file

@ -11892,7 +11892,7 @@ let
md5 = "470ca4da4a0081efc830f0d90dd91682";
};
buildInputs = with self; [ nose mock ];
buildInputs = with self; [ nose mock pysqlite ];
propagatedBuildInputs = with self; [ modules.sqlite3 ];