drop support for sfa starting with f29
authorparmentelat <thierry.parmentelat@inria.fr>
Tue, 18 Dec 2018 10:14:18 +0000 (11:14 +0100)
committerparmentelat <thierry.parmentelat@inria.fr>
Tue, 18 Dec 2018 10:14:18 +0000 (11:14 +0100)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index 1ba12c7..8c8175a 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -503,6 +503,10 @@ ALL += release
 #
 # sfa - Slice Facility Architecture
 #
+# this is python2, somehow the tests won't pass on f29, so let's move on
+#
+ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME), f29)"
 sfa-MODULES := sfa
 sfa-SPEC := sfa.spec
 ALL += sfa
+endif