datasette: add setuptools to propagatedBuildInputs
This commit is contained in:
parent
e4dd587f78
commit
9cb0fd80bc
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
, aiohttp
|
||||
, beautifulsoup4
|
||||
, asgiref
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -43,6 +44,7 @@ buildPythonPackage rec {
|
|||
pint
|
||||
pluggy
|
||||
uvicorn
|
||||
setuptools
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue