datasette: add setuptools to propagatedBuildInputs

This commit is contained in:
Raimon Grau 2020-05-27 21:36:03 +01:00 committed by Jon
parent e4dd587f78
commit 9cb0fd80bc

View File

@ -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 = [