Windows: Update dev_env.sh
This commit is contained in:
		
							parent
							
								
									c2521a41d6
								
							
						
					
					
						commit
						1aba2b2d76
					
				
					 1 changed files with 9 additions and 8 deletions
				
			
		| 
						 | 
					@ -9,22 +9,23 @@ function main {
 | 
				
			||||||
        mingw-w64-x86_64-python3-gobject \
 | 
					        mingw-w64-x86_64-python3-gobject \
 | 
				
			||||||
        mingw-w64-x86_64-python3-pip \
 | 
					        mingw-w64-x86_64-python3-pip \
 | 
				
			||||||
        mingw-w64-x86_64-toolchain \
 | 
					        mingw-w64-x86_64-toolchain \
 | 
				
			||||||
 | 
					        mingw-w64-x86_64-adwaita-icon-theme \
 | 
				
			||||||
        mingw-w64-x86_64-gtk3 \
 | 
					        mingw-w64-x86_64-gtk3 \
 | 
				
			||||||
 | 
					        mingw-w64-x86_64-python3-setuptools-scm \
 | 
				
			||||||
 | 
					        mingw-w64-x86_64-python3-cryptography \
 | 
				
			||||||
 | 
					        mingw-w64-x86_64-python3-certifi \
 | 
				
			||||||
        mingw-w64-x86_64-python3-pyopenssl \
 | 
					        mingw-w64-x86_64-python3-pyopenssl \
 | 
				
			||||||
        mingw-w64-x86_64-python3-pillow
 | 
					        mingw-w64-x86_64-python3-pillow \
 | 
				
			||||||
 | 
					        mingw-w64-x86_64-python3-six
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    PIP_REQUIREMENTS="\
 | 
					    PIP_REQUIREMENTS="\
 | 
				
			||||||
certifi
 | 
					 | 
				
			||||||
git+https://dev.gajim.org/gajim/python-nbxmpp.git
 | 
					git+https://dev.gajim.org/gajim/python-nbxmpp.git
 | 
				
			||||||
git+https://dev.gajim.org/lovetox/pybonjour-python3.git
 | 
					git+https://dev.gajim.org/lovetox/pybonjour-python3.git
 | 
				
			||||||
 | 
					git+https://github.com/enthought/pywin32-ctypes.git
 | 
				
			||||||
python-axolotl
 | 
					python-axolotl
 | 
				
			||||||
python-gnupg
 | 
					python-gnupg
 | 
				
			||||||
keyring
 | 
					keyring
 | 
				
			||||||
cssutils
 | 
					cssutils
 | 
				
			||||||
 | 
					qrcode
 | 
				
			||||||
 | 
					precis-i18n
 | 
				
			||||||
"
 | 
					"
 | 
				
			||||||
 | 
					 | 
				
			||||||
pip3 install $(echo "$PIP_REQUIREMENTS" | tr ["\\n"] [" "])
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
main;
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue