python310Packages.caldav: disable on unsupported Python releases

This commit is contained in:
Fabian Affolter 2023-02-27 00:38:10 +01:00 committed by GitHub
parent 58d79831bf
commit 79aed27012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@
, icalendar
, lxml
, pytestCheckHook
, pythonOlder
, pytz
, recurring-ical-events
, requests
, six
, tzlocal
, vobject
}:
@ -17,6 +17,7 @@ buildPythonPackage rec {
version = "1.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "python-caldav";
@ -29,7 +30,6 @@ buildPythonPackage rec {
vobject
lxml
requests
six
icalendar
recurring-ical-events
];