mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Remove virtualenv
setup from gourgeist (#339)
We now only support building bare environments.
This commit is contained in:
parent
b013ea9c93
commit
a5e535f6fb
9 changed files with 4 additions and 298 deletions
|
@ -14,12 +14,10 @@ license = { workspace = true }
|
|||
gourgeist = { path = "../gourgeist" }
|
||||
pep508_rs = { path = "../pep508-rs" }
|
||||
platform-host = { path = "../platform-host" }
|
||||
platform-tags = { path = "../platform-tags" }
|
||||
puffin-interpreter = { path = "../puffin-interpreter" }
|
||||
puffin-traits = { path = "../puffin-traits" }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
clap = { workspace = true, features = ["derive"] }
|
||||
flate2 = { workspace = true }
|
||||
fs-err = { workspace = true }
|
||||
indoc = { workspace = true }
|
||||
|
|
|
@ -166,7 +166,6 @@ impl SourceDistributionBuild {
|
|||
temp_dir.path().join(".venv"),
|
||||
build_context.base_python(),
|
||||
interpreter_info,
|
||||
true,
|
||||
)?;
|
||||
|
||||
// There are packages such as DTLSSocket 0.1.16 that say
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue