File: remove_simplejson.patch

package info (click to toggle)
python-serializable 0.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 470; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/serializable/helpers.py
+++ b/serializable/helpers.py
@@ -16,7 +16,7 @@
 """
 from types import FunctionType, BuiltinFunctionType
 
-import simplejson as json
+import json
 
 from .primitive_types import return_primitive
 
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,6 @@
         ],
         install_requires=[
             "typechecks>=0.0.2",
-            "simplejson",
         ],
         long_description=readme,
         long_description_content_type='text/markdown',