mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	drop netifaces workaround - replaced with netifaces-plus
This commit is contained in:
		
							parent
							
								
									5e818c9fd1
								
							
						
					
					
						commit
						0e68361814
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -26,7 +26,7 @@
 | 
			
		|||
    name:
 | 
			
		||||
      - imagemagick
 | 
			
		||||
      #- python3-cryptography    # Was needed on Raspberry Pi OS (SEE iiab/calibre-web#260, janeczku/calibre-web#3183)
 | 
			
		||||
      - python3-netifaces
 | 
			
		||||
      #- python3-netifaces
 | 
			
		||||
    state: present
 | 
			
		||||
 | 
			
		||||
# https://github.com/iiab/iiab/pull/3496#issuecomment-1475094542
 | 
			
		||||
| 
						 | 
				
			
			@ -125,7 +125,8 @@
 | 
			
		|||
    requirements: "{{ calibreweb_venv_path }}/requirements.txt"
 | 
			
		||||
    virtualenv: "{{ calibreweb_venv_path }}"    # /usr/local/calibre-web-py3
 | 
			
		||||
    #virtualenv_site_packages: no
 | 
			
		||||
    virtualenv_command: python3 -m venv --system-site-packages {{ calibreweb_venv_path }}
 | 
			
		||||
    #virtualenv_command: python3 -m venv --system-site-packages {{ calibreweb_venv_path }}
 | 
			
		||||
    virtualenv_command: python3 -m venv {{ calibreweb_venv_path }}
 | 
			
		||||
    extra_args: --prefer-binary    # 2023-10-01: Lifesaver when recent wheels (e.g. piwheels.org) are inevitably not yet built!  SEE #3560
 | 
			
		||||
 | 
			
		||||
# 2023-10-11: RasPiOS Bookworm doc for Python with venv (PEP 668 now enforced!)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue