pypyPackages.osprofiler: disable
This commit is contained in:
parent
5d21fabdee
commit
39ff564d97
@ -2990,7 +2990,7 @@ let
|
|||||||
url = "https://pypi.python.org/packages/source/D/DataShape/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/D/DataShape/${name}.tar.gz";
|
||||||
sha256 = "14b2ef766d4c9652ab813182e866f493475e65e558bed0822e38bf07bba1a278";
|
sha256 = "14b2ef766d4c9652ab813182e866f493475e65e558bed0822e38bf07bba1a278";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pytest ];
|
buildInputs = with self; [ pytest ];
|
||||||
propagatedBuildInputs = with self; [ numpy multipledispatch dateutil ];
|
propagatedBuildInputs = with self; [ numpy multipledispatch dateutil ];
|
||||||
|
|
||||||
@ -11071,6 +11071,7 @@ let
|
|||||||
osprofiler = buildPythonPackage rec {
|
osprofiler = buildPythonPackage rec {
|
||||||
name = "osprofiler-${version}";
|
name = "osprofiler-${version}";
|
||||||
version = "0.3.0";
|
version = "0.3.0";
|
||||||
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/o/osprofiler/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/o/osprofiler/${name}.tar.gz";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user