www/py-multidict uses now FLAVOR=python3, so bump and ${MODPY_FLAVOR}

are needed.

ok sthen@ jca@
This commit is contained in:
paco 2020-03-10 16:25:51 +00:00
parent e6ba5f8aea
commit 2c0255ebe1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/10/23 12:42:57 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2020/03/10 16:25:51 paco Exp $
COMMENT = http client/server for asyncio
@ -6,7 +6,7 @@ MODPY_EGG_VERSION = 3.5.4
DISTNAME = aiohttp-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = www
REVISION = 1
REVISION = 2
# Apache2
PERMIT_PACKAGE = Yes
@ -24,7 +24,7 @@ RUN_DEPENDS = devel/py-attrs${MODPY_FLAVOR} \
textproc/py-chardet${MODPY_FLAVOR} \
# these are py3 only
RUN_DEPENDS += devel/py-async-timeout \
www/py-multidict \
www/py-multidict${MODPY_FLAVOR} \
www/py-yarl
TEST_DEPENDS = devel/py-test${MODPY_FLAVOR} \
www/py-gunicorn${MODPY_FLAVOR}