Add deps to propagated build inputs in plover-plugins-manager
This commit is contained in:
parent
edf27c032f
commit
611be4411b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ with pkgs; rec {
|
|||
rev = "0.7.0";
|
||||
sha256 = "sha256-+ASEFxjIeqOwwIwojOltA4nAG/HMz+px+wMXuCOc+Dw=";
|
||||
};
|
||||
propagatedBuildInputs = [plover setuptools];
|
||||
propagatedBuildInputs = [pip pkginfo plover pygments readme_renderer requests requests-cache requests-futures setuptools wheel];
|
||||
};
|
||||
plover-stroke = with python3Packages;
|
||||
buildPythonPackage rec {
|
||||
|
|
Reference in a new issue