summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-servicebus
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-01-15 11:56:35 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-01-15 11:56:35 -0800
commitf139b30faf3e4c029cf3993e6679ea0d3da01842 (patch)
tree07db691f646e9adc39ade76e05391cfd017f69a9 /pkgs/development/python-modules/azure-servicebus
parent544c56ac363b7e76dc03bc7b7bfbd69ef78daa31 (diff)
downloadnixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar.gz
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar.bz2
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar.lz
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar.xz
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.tar.zst
nixpkgs-f139b30faf3e4c029cf3993e6679ea0d3da01842.zip
python3Packages.azure-servicebus: fix input attr
Diffstat (limited to 'pkgs/development/python-modules/azure-servicebus')
-rw-r--r--pkgs/development/python-modules/azure-servicebus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/azure-servicebus/default.nix b/pkgs/development/python-modules/azure-servicebus/default.nix
index 0d251eed6f2..356de52212d 100644
--- a/pkgs/development/python-modules/azure-servicebus/default.nix
+++ b/pkgs/development/python-modules/azure-servicebus/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     sha256 = "46d1e7b9da537da831c3184d42d3e2bc3c7ab9234e204a9d4c2e5dc54010721b";
   };
 
-  buildInputs = [
+  propagatedBuildInputs = [
     uamqp
     azure-common
     azure-core