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