From 1dfdbc705ced5c0e8ef84e445604c1e310eb4d3e Mon Sep 17 00:00:00 2001 From: Vasista Vovveti Date: Thu, 9 Jan 2025 20:06:45 -0800 Subject: [PATCH] add dependency on msvc-runtime on windows --- subprojects/robotpy-wpiutil/pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index 8f6fbdf7f..f1864cbfa 100644 --- a/subprojects/robotpy-wpiutil/pyproject.toml +++ b/subprojects/robotpy-wpiutil/pyproject.toml @@ -5,7 +5,9 @@ author = "RobotPy Development Team" author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-wpiutil" license = "BSD-3-Clause" -install_requires = [] +install_requires = [ + "msvc-runtime>=14.42.34433; platform_system == 'Windows'" +] [build-system] requires = [