Comment out py-requests test dependency to fix cyclic dependency
with py-requests-2.16.x.
This commit is contained in:
parent
f2c2221167
commit
9ce71331f7
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.54 2017/05/29 12:07:01 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2017/05/29 13:22:31 wiz Exp $
|
||||
|
||||
DISTNAME= cryptography-1.8.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
|
@ -18,10 +18,11 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|||
# actually, TEST_DEPENDS
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
|
||||
# but py-requests depends on py-cryptography
|
||||
#BUILD_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
|
||||
|
||||
.include "../../lang/python/pyversion.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue