Skip to content

Commit

Permalink
pythonPackages.komby: depend on importlib-metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rardiol committed Nov 27, 2019
1 parent e1acb58 commit 8b3310b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/kombu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
, pytest
, pytz
, sqlalchemy
, importlib-metadata
}:

buildPythonPackage rec {
Expand All @@ -23,7 +24,7 @@ buildPythonPackage rec {
--replace "amqp==2.5.1" "amqp~=2.5"
'';

propagatedBuildInputs = [ amqp ];
propagatedBuildInputs = [ amqp importlib-metadata ];

checkInputs = [ pytest case pytz Pyro4 sqlalchemy ];
# test_redis requires fakeredis, which isn't trivial to package
Expand Down

0 comments on commit 8b3310b

Please sign in to comment.