pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-tortoise-orm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 13 19:14:29 UTC 2023

Modified Files:
        pkgsrc/databases/py-tortoise-orm: Makefile

Log Message:
py-tortoise-orm: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/py-tortoise-orm/Makefile

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

Modified files:

Index: pkgsrc/databases/py-tortoise-orm/Makefile
diff -u pkgsrc/databases/py-tortoise-orm/Makefile:1.17 pkgsrc/databases/py-tortoise-orm/Makefile:1.18
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.17      Thu Nov 23 07:58:34 2023
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Wed Dec 13 19:14:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/11/23 07:58:34 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/12/13 19:14:29 wiz Exp $
 
 DISTNAME=      tortoise_orm-0.20.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/tortoise/to
 COMMENT=       Easy async ORM for Python, built with relations in mind
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-aiosqlite>=0.16.0:../../databases/py-aiosqlite
 DEPENDS+=      ${PYPKGPREFIX}-iso8601>=0.1.13:../../time/py-iso8601
 DEPENDS+=      ${PYPKGPREFIX}-pypika-tortoise>=0.1.6:../../databases/py-pypika-tortoise



Home | Main Index | Thread Index | Old Index