python-SQLAlchemy: the buildInput attributes in the derived expressions are unnecessary

This commit is contained in:
Peter Simons 2015-05-12 00:34:12 +02:00
parent 2c9481e0fd
commit 430c3e08b4

View File

@ -11866,7 +11866,6 @@ let
preConfigure = optionalString isPy3k ''
python3 sa2to3.py --no-diffs -w lib test examples
'';
buildInputs = [self.pysqlite];
};
sqlalchemy8 = self.sqlalchemy9.override rec {
@ -11881,7 +11880,6 @@ let
preConfigure = optionalString isPy3k ''
python3 sa2to3.py --no-diffs -w lib test examples
'';
buildInputs = [self.pysqlite];
};
sqlalchemy9 = buildPythonPackage rec {