Remove virtualenv setup from gourgeist (#339)

We now only support building bare environments.
This commit is contained in:
Charlie Marsh 2023-11-06 10:32:45 -08:00 committed by GitHub
parent b013ea9c93
commit a5e535f6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 298 deletions

View file

@ -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 }

View file

@ -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