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 {
|
buildPythonPackage rec {
|
||||||
pname = "validators";
|
pname = "validators";
|
||||||
version = "0.17.1";
|
version = "0.17.1";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user