Skip to content

Commit bf0a60c

Browse files
authored
Add librt as runtime dependency (python#19986)
`librt` is needed both at build and runtime. It's already part of mypy-requirements.txt.
1 parent c71fef0 commit bf0a60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dependencies = [
5454
"mypy_extensions>=1.0.0",
5555
"pathspec>=0.9.0",
5656
"tomli>=1.1.0; python_version<'3.11'",
57+
"librt>=0.1.0",
5758
]
5859
dynamic = ["version"]
5960

0 commit comments

Comments
 (0)