Unverified Commit 3e6e75ee authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

python3Packages.python-rabbitair: remove superfluous pythonOlder

parent 65ae6932
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -5,9 +5,7 @@
  fetchFromGitHub,
  pytest-asyncio,
  pytestCheckHook,
  pythonOlder,
  setuptools,
  typing-extensions,
  zeroconf,
}:

@@ -28,8 +26,7 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    cryptography
    zeroconf
  ]
  ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
  ];

  nativeCheckInputs = [
    pytest-asyncio