Commit 720fee1b authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.txtorcon: fix tests

parent 5413b8f8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  automat,
  buildPythonPackage,
  cryptography,
  fetchpatch2,
  fetchPypi,
  geoip,
  incremental,
@@ -27,6 +28,15 @@ buildPythonPackage rec {
    hash = "sha256-cfha6T121yZRAFnJ7XTmCLxaXJ99EDhTtJ5BQoBAai8=";
  };

  patches = [
    # https://github.com/meejah/txtorcon/pull/400
    (fetchpatch2 {
      name = "twisted-24.7.0-fixes.patch";
      url = "https://github.com/meejah/txtorcon/commit/88b5dc2971514babd36d837c93550715dea44b09.patch";
      hash = "sha256-O7kFZw+y1PHJRcMdxCczy8UZd3ruLhjLMxh2tcawWI4=";
    })
  ];

  propagatedBuildInputs = [
    cryptography
    incremental