Skip to content

Commit

Permalink
Fix path to python3-package.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Sep 19, 2024
1 parent 3afa749 commit 8e753ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openwrt/net/wfb-ng-full/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ PKG_BUILD_PARALLEL:=1
PKG_MAINTAINER:=Vasily Evseenko <[email protected]>
PYPI_SOURCE_NAME:=wfb_ng

include ../../lang/python/pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python3-package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk

PYTHON3_VARS:=$(PYTHON3_VARS) VERSION=$(PKG_VERSION) COMMIT=$(PKG_SOURCE_VERSION) OMIT_DATA_FILES=1

Expand Down

0 comments on commit 8e753ee

Please sign in to comment.