Pin pycparser to 2.13
Bug https://github.com/eliben/pycparser/issues/147 is affecting packstack installation from source. As workaround i'm setting it to ==2.13. Change-Id: Idf78577988a56404e22ceed9915d4b077e6a46ee
This commit is contained in:
		@@ -4,3 +4,5 @@ PyYAML>=3.10
 | 
				
			|||||||
docutils>=0.11
 | 
					docutils>=0.11
 | 
				
			||||||
cryptography!=1.3.0,>=1.0
 | 
					cryptography!=1.3.0,>=1.0
 | 
				
			||||||
pyOpenSSL<15.0.0
 | 
					pyOpenSSL<15.0.0
 | 
				
			||||||
 | 
					# Until https://github.com/eliben/pycparser/issues/147 is fixed 
 | 
				
			||||||
 | 
					pycparser==2.13
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user