pkgsrc/security/py-xmlsec/patches/patch-aa
obache 4057a0d332 Import py-xmlsec-0.3.0 as security/py-xmlsec.
Based on PR#42948 by Patrick McPhee.

PyXMLSec is a set of Python bindings for XML Security Library (XMLSec).
2010-05-29 06:20:06 +00:00

15 lines
421 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2010/05/29 06:20:06 obache Exp $
avoid keyborad interaction.
--- setup.py.orig 2006-01-01 17:43:37.000000000 +0000
+++ setup.py
@@ -71,7 +71,7 @@ if len(sys.argv) == 1:
# the crypto engine name : openssl, gnutls or nss
xmlsec1_crypto = "openssl"
-if 'build' in sys.argv:
+if False:
msg = '\nChoose a crypto engine :\n' \
' 1. OpenSSL\n' \
' 2. GnuTLS\n' \