X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=563590c4fd5105816080db27ede7382217161371;hb=cc5a9338d1528a7fec60f496bfba7b8b28a80539;hp=8c8175a229f77e7a5da7e97d28eab9cc76d75c63;hpb=bc92fbd729d0e34f89e2edea7596763a1739fe9f;p=build.git diff --git a/lxc.mk b/lxc.mk index 8c8175a2..563590c4 100644 --- a/lxc.mk +++ b/lxc.mk @@ -503,9 +503,12 @@ ALL += release # # sfa - Slice Facility Architecture # -# this is python2, somehow the tests won't pass on f29, so let's move on +# this is python2, somehow the tests won't pass against a py3 plcapi +# oddly enough, when the py2 sfa code issues xmlrpc calls over ssl +# to the underlying myplc, we get SSL handshake issues +# so, let's keep this out of the way for now # -ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)" +ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f27 f29)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa