python-packages: SQLAlchemy: build
Fix test failure by adding pysqlite dependency (buildInputs only).
This commit is contained in:
parent
c7c10f28ad
commit
6e8d1f84f2
@ -11892,7 +11892,7 @@ let
|
||||
md5 = "470ca4da4a0081efc830f0d90dd91682";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose mock ];
|
||||
buildInputs = with self; [ nose mock pysqlite ];
|
||||
|
||||
propagatedBuildInputs = with self; [ modules.sqlite3 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user