Commit 9e4692ca authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python311Packages.nameko: modernize

parent 63d0510f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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