This needs py-requests as a BUILD_DEPENDS in addition to being a RUN_DEPENDS

Discovered by my test bulk cluster and naddy about the same time. :)
This commit is contained in:
kmos 2020-08-10 19:28:41 +00:00
parent 98de0ec907
commit bb15267a44

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2020/08/09 02:51:57 kmos Exp $
# $OpenBSD: Makefile,v 1.5 2020/08/10 19:28:41 kmos Exp $
COMMENT = library for creating a custom Minecraft launcher
MODPY_EGG_VERSION = 2.1
REVISION = 0
DISTNAME = minecraft-launcher-lib-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@ -24,6 +25,7 @@ MODPY_SETUPTOOLS = Yes
FLAVORS = python3
FLAVOR = python3
BUILD_DEPENDS = www/py-requests${MODPY_FLAVOR}
RUN_DEPENDS = www/py-requests${MODPY_FLAVOR}
# No tests in the upstream library