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
, beautifulsoup4
, asgiref
, setuptools
}:
buildPythonPackage rec {
@ -43,6 +44,7 @@ buildPythonPackage rec {
pint
pluggy
uvicorn
setuptools
];
checkInputs = [