We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a377f95 commit dfd04aeCopy full SHA for dfd04ae
1 file changed
pkgs/development/python-modules/pypass/default.nix
@@ -10,7 +10,6 @@
10
gnupg,
11
pbr,
12
pexpect,
13
- pythonAtLeast,
14
pytestCheckHook,
15
setuptools,
16
replaceVars,
@@ -41,8 +40,7 @@ buildPythonPackage rec {
41
40
})
42
];
43
44
- # Remove enum34 requirement if Python >= 3.4
45
- pythonRemoveDeps = lib.optionals (pythonAtLeast "3.4") [
+ pythonRemoveDeps = [
46
"enum34"
47
48
0 commit comments