python3Packages.watchgod: add missing anyio dependency
This commit is contained in:
parent
e65e2be6a7
commit
477044d6ad
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, anyio
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -12,6 +13,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-wS0V8999EedAcE5FOYJ3918dePRq1Zyp11Bb/YuNMIY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
anyio
|
||||
];
|
||||
|
||||
# no tests in release
|
||||
doCheck = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user