mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
Merge pull request #222097 from Myaats/pywebview
python3Packages.pywebview: add bottle to dependencies
This commit is contained in:
commit
dd41c45130
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, bottle
|
||||
, importlib-resources
|
||||
, proxy_tools
|
||||
, pygobject3
|
||||
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
bottle
|
||||
pyqtwebengine
|
||||
proxy_tools
|
||||
six
|
||||
|
Loading…
Reference in New Issue
Block a user