Skip to content

Commit dfd04ae

Browse files
committed
python3Packages.pypass: remove superfluous pythonAtLeast
1 parent a377f95 commit dfd04ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkgs/development/python-modules/pypass/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
gnupg,
1111
pbr,
1212
pexpect,
13-
pythonAtLeast,
1413
pytestCheckHook,
1514
setuptools,
1615
replaceVars,
@@ -41,8 +40,7 @@ buildPythonPackage rec {
4140
})
4241
];
4342

44-
# Remove enum34 requirement if Python >= 3.4
45-
pythonRemoveDeps = lib.optionals (pythonAtLeast "3.4") [
43+
pythonRemoveDeps = [
4644
"enum34"
4745
];
4846

0 commit comments

Comments
 (0)