install wcs as a standard python package (#70876)

This commit is contained in:
Emmanuel Cazenave 2022-10-31 14:32:14 +01:00
parent 11432c0e77
commit 92c1de0d65
2 changed files with 0 additions and 20 deletions

View File

@ -1,8 +0,0 @@
docutils
Quixote >= 3
graphviz
feedparser
Pillow
requests
vobject
bleach

View File

@ -1,15 +1,3 @@
# FIXME : clean python install should be handled directly in wcs
- name: copy wcs requirements.txt
copy:
src: requirements.txt
dest: "{{venv_py3}}/misc/wcs_requirements.txt"
- name: pip install requirements for wcs
pip:
requirements: "{{venv_py3}}/misc/wcs_requirements.txt"
virtualenv: "{{virtualenv}}"
- name: source install wcs
import_tasks: tasks/install_source.yml
vars: