mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	searxng: add msgspec as dependency (#8293)
This commit is contained in:
		@@ -36,7 +36,7 @@ msg_info "Creating Python virtual environment"
 | 
			
		||||
sudo -H -u searxng bash -c '
 | 
			
		||||
  python3 -m venv /usr/local/searxng/searx-pyenv &&
 | 
			
		||||
  . /usr/local/searxng/searx-pyenv/bin/activate &&
 | 
			
		||||
  pip install -U pip setuptools wheel pyyaml lxml &&
 | 
			
		||||
  pip install -U pip setuptools wheel pyyaml lxml msgspec &&
 | 
			
		||||
  pip install --use-pep517 --no-build-isolation -e /usr/local/searxng/searxng-src
 | 
			
		||||
'
 | 
			
		||||
msg_ok "Python environment ready"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user