lol

python3Packages.nats-python: propagate setuptools

authored by

Martin Weinelt and committed by
Sandro Jäckel
b461a549 1d096504

+5
+5
pkgs/development/python-modules/nats-python/default.nix
··· 4 4 , fetchpatch 5 5 , poetry-core 6 6 , pythonOlder 7 + , setuptools 7 8 }: 8 9 9 10 buildPythonPackage rec { ··· 30 31 url = "https://github.com/Gr1N/nats-python/commit/71b25b324212dccd7fc06ba3914491adba22e83f.patch"; 31 32 sha256 = "1fip1qpzk2ka7qgkrdpdr6vnrnb1p8cwapa51xp0h26nm7yis1gl"; 32 33 }) 34 + ]; 35 + 36 + propagatedBuildInputs = [ 37 + setuptools 33 38 ]; 34 39 35 40 # Tests require a running NATS server