diff options
Diffstat (limited to 'net/uwsgi/Makefile')
-rw-r--r-- | net/uwsgi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/uwsgi/Makefile b/net/uwsgi/Makefile index d00327352..3938221c7 100644 --- a/net/uwsgi/Makefile +++ b/net/uwsgi/Makefile @@ -34,7 +34,7 @@ define Package/uwsgi SUBMENU:=Web Servers/Proxies TITLE:=The uWSGI server URL:=https://uwsgi-docs.readthedocs.io/en/latest/ - DEPENDS:=+libpcre +libcap +libuuid + DEPENDS:=+libpcre2 +libcap +libuuid endef define Package/uwsgi-logfile-plugin |