Revert "python-packages: SQLAlchemy: build"

This reverts commit 6e8d1f84f2.

pysqlite is not available for Python 3. Adding it to buildInputs
makes all packages dependent upon sqlalchemy equally unavailable
for no good reason.
This commit is contained in:
Tobias Geerinckx-Rice 2015-05-12 17:19:32 +02:00
parent a7028d3d07
commit 8549e0cc99

View file

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