mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
python3Packages.validators: disable <python3.5
``` Processing ./validators-0.17.1-py2-none-any.whl ERROR: Package 'validators' requires a different Python: 2.7.18 not in '>=3.4' ```
This commit is contained in:
parent
bfb5d918a7
commit
1df01342cf
@ -12,6 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "validators";
|
||||
version = "0.17.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
Loading…
Reference in New Issue
Block a user