Skip to content

Commit 3ae695e

Browse files
committed
build: pin to setuptools==81.0.0 for now
As per ckan/ckan#9246.
1 parent 5cdaf50 commit 3ae695e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ rm -rf README ckan-compose ahoy dpp_default_config.ini get-docker.sh permissions
241241
)
242242
.run()?;
243243
sh.change_dir("/usr/lib/ckan/default/src/ckan");
244+
venv.pip_install("setuptools==81.0.0")?;
244245
cmd!(sh, "ckan generate config /etc/ckan/default/ckan.ini").run()?;
245246
cmd!(
246247
sh,

0 commit comments

Comments
 (0)