mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python33Packages.sqlalchemy(8): fix build
This commit is contained in:
parent
80da458388
commit
cdb3e6fa2f
@ -8027,6 +8027,9 @@ rec {
|
|||||||
# waiting for 0.7.11 release
|
# waiting for 0.7.11 release
|
||||||
../development/python-modules/sqlalchemy-0.7.10-test-failures.patch
|
../development/python-modules/sqlalchemy-0.7.10-test-failures.patch
|
||||||
];
|
];
|
||||||
|
preConfigure = optionalString isPy3k ''
|
||||||
|
python3 sa2to3.py --no-diffs -w lib test examples
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
sqlalchemy8 = pkgs.lib.overrideDerivation sqlalchemy9 (args: rec {
|
sqlalchemy8 = pkgs.lib.overrideDerivation sqlalchemy9 (args: rec {
|
||||||
@ -8035,6 +8038,9 @@ rec {
|
|||||||
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/S/SQLAlchemy/${name}.tar.gz";
|
||||||
md5 = "4f3377306309e46739696721b1785335";
|
md5 = "4f3377306309e46739696721b1785335";
|
||||||
};
|
};
|
||||||
|
preConfigure = optionalString isPy3k ''
|
||||||
|
python3 sa2to3.py --no-diffs -w lib test examples
|
||||||
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
sqlalchemy9 = buildPythonPackage rec {
|
sqlalchemy9 = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user