mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Revert "provision: Fix missing <sasl/sasl.h> headers during provision."
This reverts commit cc9dc07b07.  It was
merged with no review and has various issues (see #16086).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
			
			
This commit is contained in:
		@@ -142,13 +142,6 @@ COMMON_DEPENDENCIES = [
 | 
				
			|||||||
    "libappindicator1",
 | 
					    "libappindicator1",
 | 
				
			||||||
    "xdg-utils",
 | 
					    "xdg-utils",
 | 
				
			||||||
    # Puppeteer dependencies end here.
 | 
					    # Puppeteer dependencies end here.
 | 
				
			||||||
 | 
					 | 
				
			||||||
    # Fixes missing sasl.h headers during
 | 
					 | 
				
			||||||
    # python-ldap installation.
 | 
					 | 
				
			||||||
    "libsasl2-dev",
 | 
					 | 
				
			||||||
    "gcc",
 | 
					 | 
				
			||||||
    "python-dev",
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [
 | 
					UBUNTU_COMMON_APT_DEPENDENCIES = COMMON_DEPENDENCIES + [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user