www/py-bleach: Add missing dependency
This commit is contained in:
parent
8286bf1a9f
commit
eb48c5a2c9
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.17 2020/05/17 20:18:35 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2020/10/04 17:12:21 js Exp $
|
||||
|
||||
DISTNAME= bleach-3.1.5
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
|
||||
|
||||
|
@ -12,6 +13,7 @@ LICENSE= apache-2.0
|
|||
|
||||
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
|
||||
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
|
||||
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
|
Loading…
Reference in a new issue