diff options
author | Martin Matějek <martin.matejek@gmx.com> | 2019-06-05 15:54:40 +0200 |
---|---|---|
committer | Martin Matějek <martin.matejek@gmx.com> | 2019-06-07 13:21:18 +0200 |
commit | 596990974cdd26374a6532d9333554263d5963eb (patch) | |
tree | d7a0787d3e162b9f767db0109088c003a3cb2558 | |
parent | c3b1fa1ae22869d8edf4a461c1a2b53f108c6118 (diff) |
python3-pyroute2: Update to version 0.5.6
Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
-rw-r--r-- | lang/python/python3-pyroute2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python3-pyroute2/Makefile b/lang/python/python3-pyroute2/Makefile index 83c28b005..1488e6dc2 100644 --- a/lang/python/python3-pyroute2/Makefile +++ b/lang/python/python3-pyroute2/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-pyroute2 -PKG_VERSION:=0.5.5 +PKG_VERSION:=0.5.6 PKG_RELEASE:=1 PKG_SOURCE:=pyroute2-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/pyroute2 -PKG_HASH:=ad679a91d453fe8426c4076d0da3a67265e5ccfe641879d75c9bc7660d075dfa +PKG_HASH:=deae0e6191a04c3ee213c6fae6ed779602ef5da5ca5e2fa533f27bc04326bfbe PKG_BUILD_DIR:=$(BUILD_DIR)/pyroute2-$(PKG_VERSION) @@ -29,7 +29,7 @@ define Package/python3-pyroute2 SECTION:=lang CATEGORY:=Languages TITLE:=Python netlink library - URL:=http://github.com/svinota/pyroute2 + URL:=https://github.com/svinota/pyroute2 DEPENDS:= \ +python3-light \ +python3-distutils \ |