datasette: add setuptools to propagatedBuildInputs

This commit is contained in:
Raimon Grau
2020-05-27 14:37:08 -07:00
committed by Jon
parent e4dd587f78
commit 9cb0fd80bc
@@ -18,6 +18,7 @@
, aiohttp , aiohttp
, beautifulsoup4 , beautifulsoup4
, asgiref , asgiref
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -43,6 +44,7 @@ buildPythonPackage rec {
pint pint
pluggy pluggy
uvicorn uvicorn
setuptools
]; ];
checkInputs = [ checkInputs = [