python-voluptuous-serialize: add dependency for voluptuous
authorJosef Schlehofer <redacted>
Fri, 5 Apr 2019 18:50:57 +0000 (20:50 +0200)
committerJosef Schlehofer <redacted>
Sun, 7 Apr 2019 12:34:06 +0000 (14:34 +0200)
Signed-off-by: Josef Schlehofer <redacted>
lang/python/python-voluptuous-serialize/Makefile

index 401ed25a34567f9a2578fc7c8bfdaf537be5b097..d29db7e671c27ee7d5e705aea76fabd050342a8f 100644 (file)
@@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=voluptuous-serialize
 PKG_VERSION:=2.1.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
-PKG_SOURCE:=voluptuous-serialize-$(PKG_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/v/voluptuous-serialize/
 PKG_HASH:=d30fef4f1aba251414ec0b315df81a06da7bf35201dcfb1f6db5253d738a154f
 
@@ -28,7 +28,9 @@ define Package/python3-voluptuous-serialize
   SUBMENU:=Python
   TITLE:=Python Voluptuous Serialize
   URL:=https://github.com/balloob/voluptuous-serialize
-  DEPENDS:=+python3-light
+  DEPENDS:= \
+       +python3-light \
+       +python3-voluptuous
   VARIANT:=python3
 endef
 
git clone https://git.99rst.org/PROJECT