mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	provision: Fix missing <sasl/sasl.h> headers during provision.
(cherry picked from commit 7b9fe77bf1)
			
			
This commit is contained in:
		@@ -34,6 +34,8 @@ VENV_DEPENDENCIES = [
 | 
				
			|||||||
    # on upgrade of a production server, and it's not worth adding
 | 
					    # on upgrade of a production server, and it's not worth adding
 | 
				
			||||||
    # another call to `apt install` for.
 | 
					    # another call to `apt install` for.
 | 
				
			||||||
    "jq",                   # Used by scripts/lib/install-node to check yarn version
 | 
					    "jq",                   # Used by scripts/lib/install-node to check yarn version
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    "libsasl2-dev",         # For building python-ldap from source
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COMMON_YUM_VENV_DEPENDENCIES = [
 | 
					COMMON_YUM_VENV_DEPENDENCIES = [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user