python311Packages.icalevents: relax deps
This commit is contained in:
parent
148cff9bff
commit
509fa4552c
@ -4,6 +4,7 @@
|
||||
, pythonOlder
|
||||
, pytestCheckHook
|
||||
, poetry-core
|
||||
, pythonRelaxDepsHook
|
||||
, datetime
|
||||
, httplib2
|
||||
, icalendar
|
||||
@ -27,6 +28,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -37,6 +39,13 @@ buildPythonPackage rec {
|
||||
pytz
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"datetime"
|
||||
"httplib2"
|
||||
"icalendar"
|
||||
"pytz"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user