diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /net/scapy | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'net/scapy')
-rw-r--r-- | net/scapy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scapy/Makefile b/net/scapy/Makefile index d94bd45f2a2..1f0b6c7d882 100644 --- a/net/scapy/Makefile +++ b/net/scapy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/02/10 19:17:43 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2011/02/25 09:47:27 wiz Exp $ # DISTNAME= scapy-2.0.1 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes NO_BUILD= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "options.mk" |