mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-21 07:42:05 +00:00
Fix operating system detection on *BSD (#2505)
For #2487, not closing since we still need confirmation that his fixes *BSD.
This commit is contained in:
parent
42973cd9cb
commit
ecc46c5412
1 changed files with 0 additions and 1 deletions
|
@ -480,7 +480,6 @@ def get_operating_system_and_architecture():
|
|||
"illumos",
|
||||
"haiku",
|
||||
]:
|
||||
version = platform.mac_ver()[0].split(".")
|
||||
operating_system = {
|
||||
"name": operating_system,
|
||||
"release": version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue