summaryrefslogtreecommitdiffstats
path: root/external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch')
-rw-r--r--external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch b/external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch
new file mode 100644
index 00000000..4daab5ea
--- /dev/null
+++ b/external/meta-spdxscanner/recipes-devtools/python/files/0001-Deleted-version-limit-for-dosocs2.patch
@@ -0,0 +1,25 @@
+From f9b27dee4dc01dafec111957a1ad411f20bcb644 Mon Sep 17 00:00:00 2001
+From: Lei Maohui <leimaohui@cn.fujitsu.com>
+Date: Fri, 25 Aug 2017 03:17:19 +0900
+Subject: [PATCH] Deleted version limit for dosocs2.
+
+Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
+---
+ setup.py | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index b35863f..9be6cd7 100644
+--- a/setup.py
++++ b/setup.py
+@@ -10,7 +10,6 @@ tests_require=[
+
+ setup(
+ name='dosocs2',
+- version=_dosocs2_version,
+ description='SPDX 2.0 document creation and storage',
+ long_description='',
+ url='https://github.com/DoSOCSv2/DoSOCSv2',
+--
+2.7.4
+