Loading pkgs/development/python-modules/pymedio/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ buildPythonPackage rec { pname = "pymedio"; version = "0.2.14"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { Loading @@ -22,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-x3CHoWASDrUoCXfj73NF+0Y/3Mb31dK2Lh+o4OD9ryk="; }; # relax Python dep to work with 3.10.x and 3.11.x postPatch = '' substituteInPlace setup.cfg --replace "!=3.10.*," "" --replace "!=3.11.*" "" ''; propagatedBuildInputs = [ numpy ]; Loading Loading
pkgs/development/python-modules/pymedio/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -13,6 +13,8 @@ buildPythonPackage rec { pname = "pymedio"; version = "0.2.14"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { Loading @@ -22,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-x3CHoWASDrUoCXfj73NF+0Y/3Mb31dK2Lh+o4OD9ryk="; }; # relax Python dep to work with 3.10.x and 3.11.x postPatch = '' substituteInPlace setup.cfg --replace "!=3.10.*," "" --replace "!=3.11.*" "" ''; propagatedBuildInputs = [ numpy ]; Loading