mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove unused base_python
from BuildDispatch
(#2004)
This commit is contained in:
parent
5997d0da3d
commit
3417330f61
11 changed files with 7 additions and 30 deletions
|
@ -71,7 +71,6 @@ pub(crate) async fn build(args: BuildArgs) -> Result<PathBuf> {
|
|||
&flat_index,
|
||||
&index,
|
||||
&in_flight,
|
||||
venv.python_executable(),
|
||||
setup_py,
|
||||
&config_settings,
|
||||
&NoBuild::None,
|
||||
|
|
|
@ -79,7 +79,6 @@ pub(crate) async fn install_many(args: InstallManyArgs) -> Result<()> {
|
|||
&flat_index,
|
||||
&index,
|
||||
&in_flight,
|
||||
venv.python_executable(),
|
||||
setup_py,
|
||||
&config_settings,
|
||||
&no_build,
|
||||
|
|
|
@ -87,7 +87,6 @@ pub(crate) async fn resolve_cli(args: ResolveCliArgs) -> Result<()> {
|
|||
&flat_index,
|
||||
&index,
|
||||
&in_flight,
|
||||
venv.python_executable(),
|
||||
SetupPyStrategy::default(),
|
||||
&config_settings,
|
||||
&no_build,
|
||||
|
|
|
@ -107,7 +107,6 @@ pub(crate) async fn resolve_many(args: ResolveManyArgs) -> Result<()> {
|
|||
&flat_index,
|
||||
&index,
|
||||
&in_flight,
|
||||
venv.python_executable(),
|
||||
setup_py,
|
||||
&config_settings,
|
||||
&no_build,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue