python-SQLAlchemy: add pysqlite module to fix the test suite
http://hydra.cryp.to/build/817910/nixlog/1/raw
This commit is contained in:
parent
84e1c276e6
commit
1eec4a4a10
@ -11866,6 +11866,7 @@ let
|
|||||||
preConfigure = optionalString isPy3k ''
|
preConfigure = optionalString isPy3k ''
|
||||||
python3 sa2to3.py --no-diffs -w lib test examples
|
python3 sa2to3.py --no-diffs -w lib test examples
|
||||||
'';
|
'';
|
||||||
|
propagatedBuildInputs = [self.pysqlite];
|
||||||
};
|
};
|
||||||
|
|
||||||
sqlalchemy8 = self.sqlalchemy9.override rec {
|
sqlalchemy8 = self.sqlalchemy9.override rec {
|
||||||
@ -11880,6 +11881,7 @@ let
|
|||||||
preConfigure = optionalString isPy3k ''
|
preConfigure = optionalString isPy3k ''
|
||||||
python3 sa2to3.py --no-diffs -w lib test examples
|
python3 sa2to3.py --no-diffs -w lib test examples
|
||||||
'';
|
'';
|
||||||
|
propagatedBuildInputs = [self.pysqlite];
|
||||||
};
|
};
|
||||||
|
|
||||||
sqlalchemy9 = buildPythonPackage rec {
|
sqlalchemy9 = buildPythonPackage rec {
|
||||||
@ -11894,7 +11896,7 @@ let
|
|||||||
|
|
||||||
buildInputs = with self; [ nose mock pysqlite ];
|
buildInputs = with self; [ nose mock pysqlite ];
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ modules.sqlite3 ];
|
propagatedBuildInputs = with self; [ modules.sqlite3 pysqlite ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
${python.executable} sqla_nose.py
|
${python.executable} sqla_nose.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user