9adc5dd9e3
Update dependencies (and fix alphabetical order). Add patch to remove idna direct dependency (was sent to upstream too: https://github.com/crossbario/crossbar/pull/1406). Fixes: http://autobuild.buildroot.org/results/31d/31db5fd90514906a8c77f921c9650a386ec80101/ Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
27 lines
715 B
Diff
27 lines
715 B
Diff
From 9164d21cc66c1f78de37c9383528c5d528cbdbeb Mon Sep 17 00:00:00 2001
|
|
From: Asaf Kahlon <asafka7@gmail.com>
|
|
Date: Wed, 26 Sep 2018 15:33:43 +0300
|
|
Subject: [PATCH] Remove idna requirement.
|
|
|
|
The latest version of idna is 2.7, but it seems like idna is not a direct
|
|
dependency anymore (a short "git grep" shows it's only written in requirement
|
|
and readme files).
|
|
|
|
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
|
|
---
|
|
requirements-min.txt | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/requirements-min.txt b/requirements-min.txt
|
|
index d7c2a562..84bf1878 100644
|
|
--- a/requirements-min.txt
|
|
+++ b/requirements-min.txt
|
|
@@ -1,4 +1,3 @@
|
|
-idna<2.6,>=2.5
|
|
click>=6.7
|
|
setuptools>=36.0.1
|
|
zope.interface>=4.4.2
|
|
--
|
|
2.17.1
|
|
|