1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-27 10:50:10 +03:00

F OpenNebula/packages#106: python3-setuptools (#3782)

This commit is contained in:
Jan Orel 2019-09-30 13:26:30 +02:00 committed by Ruben S. Montero
parent 4171205b6e
commit 2ef32c1f9f

View File

@ -15,6 +15,7 @@
# Use full path to ensure virtualenv compatibility
PYTHON = $(shell which python)
PYTHON3 = $(shell which python3)
GDS = $(shell which generateDS)
PWD = $(shell pwd)
@ -45,6 +46,9 @@ dist:
install:
${PYTHON} setup.py install ${root}
install3:
${PYTHON3} setup.py install ${root}
doc:
mkdir -p doc
PYTHONPATH=$(PWD) pdoc --overwrite --html --html-no-source --html-dir doc pyone