diff options
Diffstat (limited to 'python-jsonpath-ng')
-rw-r--r-- | python-jsonpath-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python-jsonpath-ng/Makefile b/python-jsonpath-ng/Makefile index 985c46c..90a6378 100644 --- a/python-jsonpath-ng/Makefile +++ b/python-jsonpath-ng/Makefile @@ -14,7 +14,7 @@ PKG_HASH:=b1fc75b877e9b2f46845a455fbdcfb0f0d9c727c45c19a745d02db620a9ef0be PKG_BUILD_DIR:=$(BUILD_DIR)/jsonpath-ng-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk -include ../python3-package.mk +include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk define Package/python3-jsonpath-ng SECTION:=lang |