Skip to content

Commit 70a6fb5

Browse files
committed
Fixing cyclic dependencies
1 parent 2e6749b commit 70a6fb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sconstruct

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ installDependencies = env.Command(
8282
f"pip install --no-deps --no-compile -r $SOURCE -t $TARGET --platform {WHEEL_PLATFORM} --python-version {NVDA_PYTHON_VERSION}",
8383
)
8484

85-
# Set proper dependencies between actions
86-
env.Requires(installDependencies, PLUGIN_TARGET_DIR)
87-
88-
8985
if env["dev"]:
9086
from datetime import date
9187

0 commit comments

Comments
 (0)