Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions lang/python/python-decorator/Makefile

This file was deleted.

48 changes: 0 additions & 48 deletions lang/python/python-decorator/test.sh

This file was deleted.

9 changes: 4 additions & 5 deletions lang/python/python-jsonpath-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=python-jsonpath-ng
PKG_VERSION:=1.8.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> 

PYPI_NAME:=jsonpath-ng
Expand All @@ -16,6 +16,8 @@ PKG_HASH:=54252968134b5e549ea5b872f1df1168bd7defe1a52fed5a358c194e1943ddc3
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:=python-setuptools/host

include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
Expand All @@ -28,10 +30,7 @@ define Package/python3-jsonpath-ng
TITLE:=Standard compliant implementation of JSONPath
DEPENDS:= \
+python3-light \
+python3-logging \
+python3-ply \
+python3-six \
+python3-decorator
+python3-logging
endef

define Package/python3-jsonpath-ng/description
Expand Down
55 changes: 0 additions & 55 deletions lang/python/python-ply/Makefile

This file was deleted.

Loading