blob: 5759ae7f71d9d7732e36597efd15c2a5f5ec99cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- buildscripts/scons.py.orig 2024-07-23 11:11:41 UTC
+++ buildscripts/scons.py
@@ -18,15 +18,6 @@ sys.path = [SCONS_DIR, SITE_TOOLS_DIR] + sys.path
sys.path = [SCONS_DIR, SITE_TOOLS_DIR] + sys.path
-# pylint: disable=C0413
-from mongo.pip_requirements import verify_requirements, MissingRequirements
-
-try:
- verify_requirements()
-except MissingRequirements as ex:
- print(ex)
- sys.exit(1)
-
try:
import SCons.Script
except ImportError as import_err:
|