aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJosef Schlehofer <pepe.schlehofer@gmail.com>2019-04-07 15:27:13 +0200
committerGitHub <noreply@github.com>2019-04-07 15:27:13 +0200
commit0695bb78fd5623f1197c4d3a498d5f8f29351b20 (patch)
treebcf7cec037be9e99847716be3b0eb18e59769173 /lang
parent5c485f48a8dbbadac52e185b2aa0b9efcd7e555f (diff)
parent62c53ccf09b1576201bad88ba918cd66f1eaa372 (diff)
Merge pull request #8606 from BKPepe/voluptuous-serialize-dependency
python-voluptuous-serialize: add dependency for voluptuous
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-voluptuous-serialize/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-voluptuous-serialize/Makefile b/lang/python/python-voluptuous-serialize/Makefile
index 401ed25a3..d29db7e67 100644
--- a/lang/python/python-voluptuous-serialize/Makefile
+++ b/lang/python/python-voluptuous-serialize/Makefile
@@ -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