Merge pull request #222097 from Myaats/pywebview

python3Packages.pywebview: add bottle to dependencies
This commit is contained in:
Martin Weinelt 2023-03-20 10:52:56 +00:00 committed by GitHub
commit dd41c45130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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