Merge pull request #11857 from FRidh/blaze

python packages: fix builds
This commit is contained in:
Domen Kožar 2015-12-21 09:31:48 +01:00
commit 94b5099d31

@ -3288,6 +3288,8 @@ in modules // {
imread
];
disabled = stdenv.isi686; # Failing tests
meta = with stdenv.lib; {
description = "Computer vision package based on numpy";
homepage = https://readthedocs.org/projects/mahotas/;
@ -10038,6 +10040,10 @@ in modules // {
buildInputs = with self; [ pexpect ];
prePatch = ''
substituteInPlace setup.py --replace "sympy==0.7.6" "sympy"
'';
propagatedBuildInputs = with self; [
argparse
cython
@ -20939,6 +20945,8 @@ in modules // {
sha256 = "02ili37dbs5mk5f6v3fmi1sji39ymc4zyq44x0abxzr88nc8nh97";
};
buildInputs = with self; [ mock nose ];
meta = {
description = "Python API for the browse feature of Spotify";
homepage = https://github.com/trygveaa/python-tunigo;