pythonPackages.cachetools: dropped support for Python 2.7
This commit is contained in:
parent
97927ff28e
commit
4b9c3d465f
@ -1,5 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, isPy27
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
@ -8,6 +9,8 @@ buildPythonPackage rec {
|
|||||||
pname = "cachetools";
|
pname = "cachetools";
|
||||||
version = "4.2.1";
|
version = "4.2.1";
|
||||||
|
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tkem";
|
owner = "tkem";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user