Skip to content

Commit f587b01

Browse files
committed
diff patch for rpmbuild awips2-python-awips (2.7)
1 parent a1393ce commit f587b01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: python-awips_rpmbuild.diff

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/dynamicserialize/ThriftSerializationContext.py b/dynamicserialize/ThriftSerializationContext.py
2+
index bbfb153..3691b7f 100644
3+
--- a/dynamicserialize/ThriftSerializationContext.py
4+
+++ b/dynamicserialize/ThriftSerializationContext.py
5+
@@ -59,7 +59,7 @@ buildObjMap(dstypes)
6+
pythonToThriftMap = {
7+
bytes: TType.STRING,
8+
int: TType.I32,
9+
- int: TType.I64,
10+
+ long: TType.I64,
11+
list: TType.LIST,
12+
dict: TType.MAP,
13+
type(set([])): TType.SET,

0 commit comments

Comments
 (0)