pkgsrc/devel/py-logilab-common/patches/patch-aa
drochner 7c7eef0501 add py-logilab-common-0.53.0, a collection of miscellaneous modules
used by Logilab projects, from Kamel Derouiche and Helge Muehlmeier
per pkgsrc-wip
2011-01-11 20:41:00 +00:00

14 lines
412 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2011/01/11 20:41:00 drochner Exp $
--- __pkginfo__.py.orig 2011-01-07 16:49:19.000000000 +0000
+++ __pkginfo__.py
@@ -36,7 +36,8 @@ author_email = "contact@logilab.fr"
from os.path import join
-scripts = [join('bin', 'pytest')]
+import sys
+scripts = [join('bin', 'pytest' + sys.version[0:3])]
include_dirs = [join('test', 'data')]
install_requires = ['unittest2 >= 0.5.1']