Dan Kenigsberg has posted comments on this change.

Change subject: Build without supporting python3 by using 
--disable-python3-support
......................................................................


Patch Set 6: Code-Review-1

(1 comment)

https://gerrit.ovirt.org/#/c/55517/6/configure.ac
File configure.ac:

Line 259: if test "x$PEP8" = "x"; then
Line 260:   AC_MSG_WARN([python-pep8 not found])
Line 261: fi
Line 262: 
Line 263: AC_PATH_PROG([PYTHON3], [python3])
these two tests must be skipped if python3 is not to be supported
Line 264: if test "x$PYTHON3" = "x"; then
Line 265:   AC_MSG_ERROR([python3 not found])
Line 266: fi
Line 267: 


-- 
To view, visit https://gerrit.ovirt.org/55517
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie7437f7dbc2a1e08fcaf8e2a59de6259a94440e0
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nir Soffer <[email protected]>
Gerrit-Reviewer: Vinzenz Feenstra <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: gerrit-hooks <[email protected]>
Gerrit-HasComments: Yes
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to