2025-11-18 04:20:11 +00:00
|
|
|
Index: python-rapidjson-1.22/setup.py
|
2019-06-06 09:23:59 +00:00
|
|
|
===================================================================
|
2025-11-18 04:20:11 +00:00
|
|
|
--- python-rapidjson-1.22.orig/setup.py
|
|
|
|
|
+++ python-rapidjson-1.22/setup.py
|
|
|
|
|
@@ -29,19 +29,7 @@ if sys.version_info < (3, 6):
|
2019-06-06 09:23:59 +00:00
|
|
|
|
|
|
|
|
ROOT_PATH = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
|
|
|
|
|
|
-rj_include_dir = './rapidjson/include'
|
|
|
|
|
-
|
|
|
|
|
-for idx, arg in enumerate(sys.argv[:]):
|
|
|
|
|
- if arg.startswith('--rj-include-dir='):
|
|
|
|
|
- sys.argv.pop(idx)
|
|
|
|
|
- rj_include_dir = arg.split('=', 1)[1]
|
|
|
|
|
- break
|
|
|
|
|
-else:
|
|
|
|
|
- if not os.path.isdir(os.path.join(ROOT_PATH, 'rapidjson', 'include')):
|
|
|
|
|
- raise RuntimeError("RapidJSON sources not found: if you cloned the git"
|
|
|
|
|
- " repository, you should initialize the rapidjson submodule"
|
|
|
|
|
- " as explained in the README.rst; in all other cases you may"
|
|
|
|
|
- " want to report the issue.")
|
|
|
|
|
+rj_include_dir = '/usr/include/rapidjson'
|
|
|
|
|
|
2025-11-18 04:20:11 +00:00
|
|
|
# Automatically updated by bump-my-version at release time
|
|
|
|
|
VERSION = '1.22'
|