luci-app-ssrserver-python: switch to python3

This commit is contained in:
CN_SZTL 2020-04-04 06:21:37 +08:00
parent 8eee41143f
commit 0692f95ad7
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 4 additions and 4 deletions

View File

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

View File

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