python2Packages.hypothesis: remove enum34

This commit is contained in:
Benjamin Sparks
2025-03-12 16:24:53 +01:00
parent 1e73a639a2
commit 79ea09f21f
@@ -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