nox: add missing 'setuptools' to propagatedBuildInputs

As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
This commit is contained in:
Matt McHenry 2019-10-14 23:21:03 -04:00
parent 07d4df5962
commit ce3ddb2dd9

View File

@ -19,6 +19,7 @@ python3Packages.buildPythonApplication rec {
click
requests
characteristic
setuptools
];
meta = {