summaryrefslogtreecommitdiff
path: root/user/py3-paho-mqtt/setup.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 07:07:54 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-12 07:07:54 +0000
commit3628919d4a259adb4894b9936f765bd3b1ba62ab (patch)
tree845692716cb0a73ea75b1ae34ad09af5125b862c /user/py3-paho-mqtt/setup.patch
parentbcb53fe3cd0656e8c52f6951044d61613f0f216e (diff)
downloadpackages-3628919d4a259adb4894b9936f765bd3b1ba62ab.tar.gz
packages-3628919d4a259adb4894b9936f765bd3b1ba62ab.tar.bz2
packages-3628919d4a259adb4894b9936f765bd3b1ba62ab.tar.xz
packages-3628919d4a259adb4894b9936f765bd3b1ba62ab.zip
user/py3-paho-mqtt: Bump to 1.5.0
Diffstat (limited to 'user/py3-paho-mqtt/setup.patch')
-rw-r--r--user/py3-paho-mqtt/setup.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/user/py3-paho-mqtt/setup.patch b/user/py3-paho-mqtt/setup.patch
index 70ccc869f..17a2243a9 100644
--- a/user/py3-paho-mqtt/setup.patch
+++ b/user/py3-paho-mqtt/setup.patch
@@ -1,14 +1,15 @@
--- paho.mqtt.python-1.4.0/setup.py 2018-09-02 11:20:42.000000000 +0000
+++ paho.mqtt.python-1.4.0/setup.py 2019-08-28 02:51:55.690633661 +0000
-@@ -11,9 +11,8 @@ with open('README.rst', 'rb') as readme_
+@@ -11,10 +11,9 @@ with open('README.rst', 'rb') as readme_
readme = readme_file.read().decode('utf-8')
requirements = []
--test_requirements = ['pytest', 'pylama']
+-test_requirements = ['pytest', 'pylama', 'six']
-needs_pytest = {'pytest', 'test', 'ptr'}.intersection(sys.argv)
-setup_requirements = ['pytest-runner'] if needs_pytest else []
+test_requirements = ['pytest']
+setup_requirements = []
+ extra_requirements = {'proxy': ['PySocks']}
if sys.version_info < (3, 0):
test_requirements += ['mock']