Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re:
To:
"Kirill A. Korinsky" <kirill@korins.ky>
Cc:
OpenBSD ports <ports@openbsd.org>
Date:
Wed, 21 Aug 2024 14:36:18 +0100

Download raw body.

Thread
  • Kirill A. Korinsky:

    (no subject)

    • Stuart Henderson:

thanks, done. (py-test used to depend on py-py, but doesn't any more)

On 2024/08/21 14:58, Kirill A. Korinsky wrote:
> ports@,
> 
> Here a fix for missed dependency in devel/py-test-forked which is well know
> for upstream as https://github.com/pytest-dev/pytest-forked/issues/88
> 
> diff --git devel/py-test-forked/Makefile devel/py-test-forked/Makefile
> index 4682cc8931b..37738d5184a 100644
> --- devel/py-test-forked/Makefile
> +++ devel/py-test-forked/Makefile
> @@ -4,7 +4,7 @@ MODPY_EGG_VERSION =	1.6.0
>  
>  DISTNAME =		pytest-forked-${MODPY_EGG_VERSION}
>  PKGNAME =		py-test-forked-${MODPY_EGG_VERSION}
> -REVISION =		0
> +REVISION =		1
>  
>  CATEGORIES =		devel
>  
> @@ -22,6 +22,7 @@ MODPY_PI =		Yes
>  MODPY_PYBUILD =		setuptools_scm
>  MODPY_PYTEST_ARGS =	-v
>  
> -RUN_DEPENDS =		devel/py-test${MODPY_FLAVOR}
> +RUN_DEPENDS =		devel/py-py${MODPY_FLAVOR} \
> +			devel/py-test${MODPY_FLAVOR}
>  
>  .include <bsd.port.mk>
> 
> 
> -- 
> wbr, Kirill
>