Commit 509fa455 authored by Jamie Magee's avatar Jamie Magee
Browse files

python311Packages.icalevents: relax deps

parent 148cff9b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
  ];