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

View File

@@ -5,16 +5,14 @@ pytest-runner
isort
virtualenv
m2r
twine # from python-daemon
wheel==0.33.6
cffi>=1.1
wheel>=0.33.6
backports.functools_lru_cache
more-itertools==5.0.0
poetry
poetry==0.12.17
functools32<4.0.0,>=3.2.3; python_version >= "2.7" and python_version < "2.8"
flit; python_version >= "3.5"
twine; python_version >= "3.6"
incremental>=16.10.1; python_version >= "3.6"
lxml>=3.0; python_version >= "3.6"
pkgconfig; python_version >= "3.6"
pkgconfig; python_version >= "3.6"