From 79ea09f21feb440ac22cd03753e07e18c674b153 Mon Sep 17 00:00:00 2001 From: Benjamin Sparks Date: Wed, 12 Mar 2025 16:24:53 +0100 Subject: [PATCH] python2Packages.hypothesis: remove enum34 --- pkgs/development/python2-modules/hypothesis/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/development/python2-modules/hypothesis/default.nix b/pkgs/development/python2-modules/hypothesis/default.nix index ed9e049bc955..955cb63aee19 100644 --- a/pkgs/development/python2-modules/hypothesis/default.nix +++ b/pkgs/development/python2-modules/hypothesis/default.nix @@ -2,10 +2,8 @@ lib, buildPythonPackage, fetchFromGitHub, - isPy3k, attrs, coverage, - enum34, pexpect, doCheck ? true, pytest, @@ -38,7 +36,7 @@ buildPythonPackage rec { attrs coverage sortedcontainers - ] ++ lib.optional (!isPy3k) enum34; + ]; nativeCheckInputs = [ pytest