summaryrefslogtreecommitdiff
path: root/python-jsonpath-ng/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-02-10 19:41:47 +0100
committerKarel Kočí <cynerd@email.cz>2019-02-10 19:41:47 +0100
commit55b8c01409913180136b7558ce49ece6059d1351 (patch)
treefff1eb5013b744605319dbfa2033be2d7a9236a6 /python-jsonpath-ng/Makefile
parent5378af151872cd5277e8e074c4e09dff2a393c20 (diff)
downloadopenwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.tar.gz
openwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.tar.bz2
openwrt-personal-pkgs-55b8c01409913180136b7558ce49ece6059d1351.zip
Try to fix bigclown compilation
Diffstat (limited to 'python-jsonpath-ng/Makefile')
-rw-r--r--python-jsonpath-ng/Makefile2
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