aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/files/0001-Delete-the-version-limit-for-dosocs2.patch
blob: 5773b8b69ece04b25abb4c93321c36e2adef0ea0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 3e3bef6aff2563e4bb206c1169b783a1c61308e5 Mon Sep 17 00:00:00 2001
From: Lei Maohui <leimaohui@cn.fujitsu.com>
Date: Fri, 25 Aug 2017 03:03:06 +0900
Subject: [PATCH] Delete the version limit for dosocs2.

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b35863f..1bae161 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup
 
-_dosocs2_version = '0.16.1'
+_dosocs2_version = ''
 
 install_requires=[
     ]
-- 
2.7.4