Unverified Commit b8e15ade authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.tbm-utils: relax pendulum (#447096)

parents 71a7d483 67a463c4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  fetchFromGitHub,
  fetchpatch,
  more-itertools,
  pendulum,
  poetry-core,
  pprintpp,
  pythonOlder,
@@ -39,6 +40,7 @@ buildPythonPackage rec {
  pythonRelaxDeps = [
    "attrs"
    "more-itertools"
    "pendulum"
  ];

  build-system = [ poetry-core ];
@@ -48,6 +50,7 @@ buildPythonPackage rec {
    bidict
    bitstruct
    more-itertools
    pendulum
    pprintpp
    tbm-utils
  ];
+4 −1
Original line number Diff line number Diff line
@@ -47,7 +47,10 @@ buildPythonPackage rec {
      --replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api'
  '';

  pythonRelaxDeps = [ "attrs" ];
  pythonRelaxDeps = [
    "attrs"
    "pendulum"
  ];

  build-system = [ poetry-core ];