Skip to content

Commit

Permalink
Remove unused packaging package (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt authored Oct 14, 2023
1 parent 5124498 commit 310c11c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
2 changes: 0 additions & 2 deletions bin/lib/rust_library_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from typing import Dict, Any, List, Optional, Generator, TextIO
from urllib3.exceptions import ProtocolError

# from packaging import version
import requests
from lib.staging import StagingDir
from lib.installation_context import InstallationContext
Expand All @@ -26,7 +25,6 @@
from lib.library_build_config import LibraryBuildConfig

_TIMEOUT = 600
# min_compiler_version = version.parse('1.56.0')
skip_compilers = ["nightly", "beta", "gccrs-snapshot", "mrustc-master", "rustccggcc-master"]

build_supported_os = ["Linux"]
Expand Down
27 changes: 5 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ boto3 = "^1.24.80"
CacheControl = {extras = ["filecache"], version = "^0.12.11"}
click = "^8.1.3"
Jinja2 = "^3.1.2"
packaging = "^21.3"
paramiko = "^2.11.0"
python-dateutil = "^2.8.2"
requests = "^2.31.0"
Expand Down

0 comments on commit 310c11c

Please sign in to comment.