Loading pkgs/development/python-modules/nameko/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -32,12 +32,12 @@ buildPythonPackage rec { }; postPatch = '' substituteInPlace setup.py --replace "path.py" "path" substituteInPlace setup.py --replace-fail "path.py" "path" ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ dnspython eventlet kombu Loading Loading
pkgs/development/python-modules/nameko/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -32,12 +32,12 @@ buildPythonPackage rec { }; postPatch = '' substituteInPlace setup.py --replace "path.py" "path" substituteInPlace setup.py --replace-fail "path.py" "path" ''; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ dnspython eventlet kombu Loading