Python: fix outfall after setting strictDeps = true;
This commit is contained in:
@@ -17,8 +17,9 @@ buildPythonPackage rec {
|
||||
sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
propagatedBuildInputs = [ pkgs.mysql.connector-c ];
|
||||
checkInputs = [ nose ];
|
||||
nativeBuildInputs = [ pkgs.mysql.connector-c ];
|
||||
buildInputs = [ pkgs.mysql.connector-c ];
|
||||
|
||||
# plenty of failing tests
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user