Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: pycollada: 0.5 -> 0.6

+3 -4
+3 -4
pkgs/development/python-modules/pycollada/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pycollada"; 5 - version = "0.5"; 6 - name = "${pname}-${version}"; 5 + version = "0.6"; 7 6 8 7 src = fetchPypi { 9 8 inherit pname version; 10 - sha256 = "1g96maw2c25l4i3ks51784h33zf7s18vrn6iyz4ca34iy4sl7yq9"; 9 + sha256 = "fcd6f38fd981e350f9ec754d9671834017accd600e967d6d299a6cfdae5ba4f4"; 11 10 }; 12 11 13 - buildInputs = [ numpy ] ++ (if isPy3k then [dateutil] else [dateutil_1_5]); 12 + propagatedBuildInputs = [ numpy dateutil ]; 14 13 15 14 # Some tests fail because they refer to test data files that don't exist 16 15 # (upstream packaging issue)