From 0692f95ad74b097e173ee79cda5b11a42616ccc6 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 4 Apr 2020 06:21:37 +0800 Subject: [PATCH] luci-app-ssrserver-python: switch to python3 --- package/lean/luci-app-ssrserver-python/Makefile | 4 ++-- package/lienol/luci-app-ssr-python-pro-server/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/lean/luci-app-ssrserver-python/Makefile b/package/lean/luci-app-ssrserver-python/Makefile index 7d7a317550..4b02736379 100644 --- a/package/lean/luci-app-ssrserver-python/Makefile +++ b/package/lean/luci-app-ssrserver-python/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI for SSR Server Python -LUCI_DEPENDS:=+python +LUCI_DEPENDS:=+python3 LUCI_PKGARCH:=all PKG_VERSION:=3.2.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 include $(TOPDIR)/feeds/luci/luci.mk diff --git a/package/lienol/luci-app-ssr-python-pro-server/Makefile b/package/lienol/luci-app-ssr-python-pro-server/Makefile index 31a3a8e75d..be62eceea8 100644 --- a/package/lienol/luci-app-ssr-python-pro-server/Makefile +++ b/package/lienol/luci-app-ssr-python-pro-server/Makefile @@ -6,10 +6,10 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for SSR Python Pro Server -LUCI_DEPENDS:=+libsodium +luci-lib-jsonc +python +LUCI_DEPENDS:=+libsodium +luci-lib-jsonc +python3 LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=6-20190704 +PKG_RELEASE:=7-20200404 include $(TOPDIR)/feeds/luci/luci.mk