From 38c93a0998e7c7ede14e8a30c396411528e32b4e Mon Sep 17 00:00:00 2001 From: fgsch Date: Mon, 14 Sep 2009 15:35:08 +0000 Subject: [PATCH] Enable regression now that getaddrinfo(3) accepts a numeric servname. --- security/py-paramiko/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile index 81097815a5f..080b2b621bb 100644 --- a/security/py-paramiko/Makefile +++ b/security/py-paramiko/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2009/09/01 01:29:02 fgsch Exp $ +# $OpenBSD: Makefile,v 1.20 2009/09/14 15:35:08 fgsch Exp $ COMMENT = Python module that implements the SSH2 protocol @@ -24,9 +24,7 @@ MODULES = lang/python MODPY_SETUPTOOLS = Yes RUN_DEPENDS = ::security/py-crypto - -# will be removed once getaddrinfo is fixed -NO_REGRESS = Yes +REGRESS_DEPENDS = ${RUN_DEPENDS} pre-build: @perl -pi -e "s,^\#\!/usr/bin/env python,#!${MODPY_BIN}," \