From: Thierry Parmentelat Date: Fri, 10 Jun 2011 12:27:37 +0000 (+0200) Subject: use stock pyopenssl with f12 and higher X-Git-Tag: 5.0-rc22~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b99bbe36416e1ee514702845e00027e0e5f421a9;p=build.git use stock pyopenssl with f12 and higher --- 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