X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lxc.mk;h=563590c4fd5105816080db27ede7382217161371;hb=5cbf72bd68b1bce145b3f54d7ab7ef94807a1821;hp=1ba12c7fb3a944b8c41ccdc8d4f57108d67e9135;hpb=544657ba81ad8380190bf46bfe2611eab931c749;p=build.git diff --git a/lxc.mk b/lxc.mk index 1ba12c7f..563590c4 100644 --- a/lxc.mk +++ b/lxc.mk @@ -503,6 +503,13 @@ ALL += release # # sfa - Slice Facility Architecture # +# 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), f27 f29)" sfa-MODULES := sfa sfa-SPEC := sfa.spec ALL += sfa +endif