- Working rpm build For mageia 5 and Fedora 23 - Review mageia 5 and Fedora 23 dependencies and upload missing one on ftp server - pbr not used in package build anymore, called by pb in 0.14.1 version. Fully standalone version after sbx2build - Fix doc production and man pages - update gitignore for latest pb version - Remove useless pb filters - Will become real 0.3 (no code change, just build infra)
		
			
				
	
	
		
			12 lines
		
	
	
		
			273 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			273 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
===
 | 
						|
FAQ
 | 
						|
===
 | 
						|
 | 
						|
- Q1 : error in setup command: Invalid environment marker: (python_version < '3')
 | 
						|
 | 
						|
    This error is caused by an old setuptools version that does not understand "python_version < '3'".
 | 
						|
    Upgrade setuptools using::
 | 
						|
 | 
						|
        pip install --upgrade setuptools
 | 
						|
 |