diff options
author | wiz <wiz> | 2012-10-04 07:02:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-04 07:02:41 +0000 |
commit | a206fb93e1c3bf6cc3e60f0e995c3c06e5af0677 (patch) | |
tree | 6da863acecbb3f9b569615d3374d59b5785fbdb0 /cad | |
parent | 3f7e6f336933ffaedb620d90d36a9769785cf880 (diff) | |
download | pkgsrc-a206fb93e1c3bf6cc3e60f0e995c3c06e5af0677.tar.gz |
Remove unnecessary python restriction (to all supported versions).
Diffstat (limited to 'cad')
-rw-r--r-- | cad/py-MyHDL/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/py-MyHDL/Makefile b/cad/py-MyHDL/Makefile index 2c337ee2fce..d0103228ae6 100644 --- a/cad/py-MyHDL/Makefile +++ b/cad/py-MyHDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/04/13 14:47:18 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/04 07:02:41 wiz Exp $ # DISTNAME= myhdl-0.7 @@ -13,7 +13,6 @@ COMMENT= Hardware description in Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 26 27 do-test: cd ${WRKSRC}/myhdl/test/core && ${PYTHONBIN} test_all.py |