python2Packages.hypothesis: remove enum34 (#389263)

This commit is contained in:
Arne Keller
2025-03-12 16:40:18 +01:00
committed by GitHub
@@ -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