git: f95a042e53bb - main - science/py-dwave-neal: Correct dependencies

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 05 Oct 2022 06:18:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f95a042e53bb7fc33bf9d980e3bcba6aaf7fa77b

commit f95a042e53bb7fc33bf9d980e3bcba6aaf7fa77b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-10-05 05:22:32 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-10-05 06:18:00 +0000

    science/py-dwave-neal: Correct dependencies
---
 science/py-dwave-neal/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/science/py-dwave-neal/Makefile b/science/py-dwave-neal/Makefile
index 7390ee04d2d0..2db58b0160e5 100644
--- a/science/py-dwave-neal/Makefile
+++ b/science/py-dwave-neal/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	dwave-neal
 DISTVERSION=	0.6.0.dev0
+PORTREVISION=	1
 CATEGORIES=	science python # quantum-computing
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,7 @@ WWW=		https://github.com/dwavesystems/dwave-neal
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-PY_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dimod>0:science/py-dimod@${PY_FLAVOR} \
-		${PYNUMPY}
-BUILD_DEPENDS=	${PY_DEPENDS}
-RUN_DEPENDS=	${PY_DEPENDS}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dwave-samplers>0:science/py-dwave-samplers@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	distutils autoplist unittest