mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
diff patch for rpmbuild awips2-python-awips (2.7)
This commit is contained in:
parent
a1393ce8db
commit
f587b01ead
1 changed files with 13 additions and 0 deletions
13
python-awips_rpmbuild.diff
Normal file
13
python-awips_rpmbuild.diff
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/dynamicserialize/ThriftSerializationContext.py b/dynamicserialize/ThriftSerializationContext.py
|
||||
index bbfb153..3691b7f 100644
|
||||
--- a/dynamicserialize/ThriftSerializationContext.py
|
||||
+++ b/dynamicserialize/ThriftSerializationContext.py
|
||||
@@ -59,7 +59,7 @@ buildObjMap(dstypes)
|
||||
pythonToThriftMap = {
|
||||
bytes: TType.STRING,
|
||||
int: TType.I32,
|
||||
- int: TType.I64,
|
||||
+ long: TType.I64,
|
||||
list: TType.LIST,
|
||||
dict: TType.MAP,
|
||||
type(set([])): TType.SET,
|
Loading…
Add table
Reference in a new issue