Skip to content

Commit 6dfff46

Browse files
authored
Merge pull request #131 from TheTripleV/running-msvcman
add dependency on msvc-runtime on windows
2 parents 8b46668 + 1dfdbc7 commit 6dfff46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

subprojects/robotpy-wpiutil/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ author = "RobotPy Development Team"
55
author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-wpiutil"
77
license = "BSD-3-Clause"
8-
install_requires = []
8+
install_requires = [
9+
"msvc-runtime>=14.42.34433; platform_system == 'Windows'"
10+
]
911

1012
[build-system]
1113
requires = [

0 commit comments

Comments
 (0)