diff options
author | obache <obache@pkgsrc.org> | 2014-12-06 11:00:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-06 11:00:52 +0000 |
commit | 576880c54ddf87a3e11194b7f15832b0f34090f7 (patch) | |
tree | 97e42f8b592a7fc3e875f22649566a8a04aa6b81 /devel/py-astroid | |
parent | a57f3331fca85a6759d3967c2cc7e06c70f60852 (diff) | |
download | pkgsrc-576880c54ddf87a3e11194b7f15832b0f34090f7.tar.gz |
No need to buildlink with devel/py-logilab-common, just DEPENDS.
Diffstat (limited to 'devel/py-astroid')
-rw-r--r-- | devel/py-astroid/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index 939c87ebfee..4cef93cfd96 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/06 11:00:52 obache Exp $ DISTNAME= astroid-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,10 +10,11 @@ HOMEPAGE= http://bitbucket.org/logilab/astroid COMMENT= Rebuild a new abstract syntax tree from Python's ast LICENSE= gnu-lgpl-v3 +DEPENDS+= ${PYPKGPREFIX}-logilab-common-[0-9]*:../../devel/py-logilab-common + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-mxDateTime via py-logilab-common -.include "../../devel/py-logilab-common/buildlink3.mk" .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |