summaryrefslogtreecommitdiff
path: root/filesystems/py-filesystem
diff options
context:
space:
mode:
authorwiz <wiz>2012-03-10 19:48:06 +0000
committerwiz <wiz>2012-03-10 19:48:06 +0000
commit5009b9d2f4d54d240be4b237cf798da65af8bdad (patch)
tree7b2deb988adf35f4665aa28fff19f4f98d0c7c97 /filesystems/py-filesystem
parentbd7a8dea955dddffe362fc20d872e46f86dc9ad9 (diff)
downloadpkgsrc-5009b9d2f4d54d240be4b237cf798da65af8bdad.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
Diffstat (limited to 'filesystems/py-filesystem')
-rw-r--r--filesystems/py-filesystem/Makefile4
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"