Skip to content

Commit

Permalink
python312Packages.txtorcon: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 17, 2024
1 parent 5413b8f commit 720fee1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/development/python-modules/txtorcon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
automat,
buildPythonPackage,
cryptography,
fetchpatch2,
fetchPypi,
geoip,
incremental,
Expand All @@ -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
Expand Down

0 comments on commit 720fee1

Please sign in to comment.