pythonPackages.executor: disable python2
This commit is contained in:
parent
ba537f97a7
commit
96df058bfe
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, coloredlogs, property-manager, fasteners, pytest, mock, virtualenv }:
|
||||
{ lib, buildPythonPackage, fetchFromGitHub, isPy27, coloredlogs, property-manager, fasteners, pytest, mock, virtualenv }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "executor";
|
||||
version = "21.3";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xolox";
|
||||
|
|
Loading…
Reference in a new issue