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:
Jonathan Ringer 2020-08-29 11:20:08 -07:00 committed by Frederik Rietdijk
parent bfb5d918a7
commit 1df01342cf

View file

@ -12,6 +12,7 @@
buildPythonPackage rec {
pname = "validators";
version = "0.17.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;