Un-freeze dependency for mysql-connector-python
if this works then we may need to start "freezing" on a per-install basis
This commit is contained in:
		
							parent
							
								
									e6a3c82829
								
							
						
					
					
						commit
						a290e8af93
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
					@ -79,7 +79,10 @@ extras = {
 | 
				
			||||||
        # we include mysql "always" even though it may not be actually needed
 | 
					        # we include mysql "always" even though it may not be actually needed
 | 
				
			||||||
        # TODO: must cap this for now, b/c it breaks CORE-POS integration?!
 | 
					        # TODO: must cap this for now, b/c it breaks CORE-POS integration?!
 | 
				
			||||||
        # (sometimes there are segfaults with basic grid queries)
 | 
					        # (sometimes there are segfaults with basic grid queries)
 | 
				
			||||||
        'mysql-connector-python==8.0.17',
 | 
					        # 'mysql-connector-python==8.0.17',
 | 
				
			||||||
 | 
					        # TODO: was having trouble getting 8.0.17 to work on Ubuntu 20.04 with
 | 
				
			||||||
 | 
					        # MySQL 8.0.21 and so am trying this out...
 | 
				
			||||||
 | 
					        'mysql-connector-python',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'catapult': [
 | 
					    'catapult': [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue