From 521cdf8002d03b14159b48de1a61a88f979156d3 Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Wed, 8 Aug 2018 23:01:25 +0100 Subject: [PATCH] Remove version range for py-sonic py-sonic stopped supporting python2 > 0.6.2 Using pip to install results in an error if this is not set --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 713b741..0ef32cd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( install_requires=[ 'setuptools', 'Mopidy >= 2.0', - 'py-sonic >= 0.6.1', + 'py-sonic == 0.6.2', 'Pykka >= 1.1' ], entry_points={