Commit eda3223b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.aio-pika: adjust inputs

parent 4b458656
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
{ lib
, aiomisc
, aiomisc-pytest
, aiormq
, buildPythonPackage
, fetchFromGitHub
, pamqp
, poetry-core
, pytestCheckHook
, pythonOlder
@@ -39,11 +40,9 @@ buildPythonPackage rec {
  ];

  nativeCheckInputs = [
    aiomisc-pytest
    pamqp
    pytestCheckHook
  ];

  checkInputs = [
    aiomisc
    shortuuid
  ];