diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-10 19:48:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-10 19:48:06 +0000 |
commit | 35076df3038e8d34992d0cc07fcacbe57962e291 (patch) | |
tree | 7b2deb988adf35f4665aa28fff19f4f98d0c7c97 | |
parent | b7bfc035b4d2b90f46c2cef74f1a5a62e4c98bca (diff) | |
download | pkgsrc-35076df3038e8d34992d0cc07fcacbe57962e291.tar.gz |
Mark as PYTHON_VERSIONS_INCOMPATIBLE=24 because of
AttributeError: 'module' object has no attribute 'SEEK_CUR'
see
http://ftp.netbsd.org/pub/pkgsrc/misc/joerg/20120308.0100/py24-filesystem-0.4.0/build.log
-rw-r--r-- | filesystems/py-filesystem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile index 1c5816ab786..e780c4696a6 100644 --- a/filesystems/py-filesystem/Makefile +++ b/filesystems/py-filesystem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/02/01 14:47:45 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2012/03/10 19:48:06 wiz Exp $ # VERSION= 0.4.0 @@ -14,6 +14,8 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +PYTHON_VERSIONS_INCOMPATIBLE= 24 + USE_LANGUAGES= # none .include "../../lang/python/distutils.mk" |