python310Packages.timetagger: disable on unsupported Python releases
This commit is contained in:
committed by
Martin Weinelt
parent
9d3d70e9c9
commit
a40941768d
@@ -11,12 +11,16 @@
|
||||
, pyjwt
|
||||
, uvicorn
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "timetagger";
|
||||
version = "23.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "almarklein";
|
||||
|
||||
Reference in New Issue
Block a user