Unverified Commit 69df2fbd authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #281463 from JamieMagee/icalevents-relax-deps

python311Packages.icalevents: relax deps
parents d832e73e 509fa455
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
  ];