From b99bbe36416e1ee514702845e00027e0e5f421a9 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 10 Jun 2011 14:27:37 +0200 Subject: [PATCH] use stock pyopenssl with f12 and higher --- onelab.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/onelab.mk b/onelab.mk index 8556a9fb..3ed101a2 100644 --- a/onelab.mk +++ b/onelab.mk @@ -343,6 +343,8 @@ plcrt-MODULES := PLCRT plcrt-SPEC := plcrt.spec ALL += plcrt +# f12 has 0.9-1 already +ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)" # # pyopenssl # @@ -350,6 +352,7 @@ pyopenssl-MODULES := pyopenssl pyopenssl-SPEC := pyOpenSSL.spec pyopenssl-BUILD-FROM-SRPM := yes ALL += pyopenssl +endif # # pyaspects -- 2.47.0