pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-dantic: fix dependency, it's needed at runtime



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu May 12 08:02:38 2022 +0200
Changeset:	fce4e2137967e3a88a4f77bf67cf3fdd4ebdc087

Modified Files:
	py-dantic/Makefile

Log Message:
py-dantic: fix dependency, it's needed at runtime

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fce4e2137967e3a88a4f77bf67cf3fdd4ebdc087

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-dantic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-dantic/Makefile b/py-dantic/Makefile
index b0692fa7d0..040709b9f7 100644
--- a/py-dantic/Makefile
+++ b/py-dantic/Makefile
@@ -10,9 +10,9 @@ HOMEPAGE=	https://github.com/samuelcolvin/pydantic
 COMMENT=	Data validation and settings management
 LICENSE=	mit
 
+DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
-TEST_DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 


Home | Main Index | Thread Index | Old Index