mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
a7028d3d07
commit
8549e0cc99
1 changed files with 1 additions and 1 deletions
|
@ -11909,7 +11909,7 @@ let
|
|||
md5 = "470ca4da4a0081efc830f0d90dd91682";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose mock pysqlite ];
|
||||
buildInputs = with self; [ nose mock ];
|
||||
|
||||
propagatedBuildInputs = with self; [ modules.sqlite3 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue