Bootstrap venv creation with flit and poetry

this is in addition to pip and setuptools installs

add in --ignore-installed and --no-build-isolation flags
reasoning is that we are not installing needed packages
for building
This commit is contained in:
Shane McDonald
2019-12-11 16:40:32 -05:00
committed by AlanCoding
parent a2acf4d61f
commit cf55b6a0ba
3 changed files with 18 additions and 17 deletions

View File

@@ -53,8 +53,6 @@ ovirt-engine-sdk-python==4.3.0 # minimum set inside Ansible facts module requ
pycurl==7.43.0.1 # higher versions will not install without SSL backend specified
# AWX usage
psutil==5.4.3 # same as AWX requirement
pip==19.3.1 # see upgrade blockers
setuptools==41.6.0 # see upgrade blockers
# VMware
pyvmomi==6.7.3
# WinRM
@@ -64,3 +62,5 @@ requests
requests-credssp==1.0.2 # For windows authentication awx/issues/1144
# OpenStack
openstacksdk==0.31.1
pip==19.3.1 # see upgrade blockers
setuptools==41.6.0 # see upgrade blockers