Fix dependency pattern.
This commit is contained in:
parent
43511f8fa0
commit
531b3de213
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/03/21 22:04:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2014/03/21 23:39:28 gdt Exp $
|
||||
|
||||
DISTNAME= cryptography-0.2.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi
|
|||
DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser
|
||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-pytest>=0.8:../../devel/py-test
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
|
||||
|
|
Loading…
Reference in a new issue