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:   adam
Date:           Sat May 23 20:01:55 UTC 2020

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

Log Message:
Re-depend on py-pypika as it has been imported


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/databases/py-tortoise-orm/Makefile:1.3
--- pkgsrc/databases/py-tortoise-orm/Makefile:1.2       Sat May 23 13:32:58 2020
+++ pkgsrc/databases/py-tortoise-orm/Makefile   Sat May 23 20:01:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/23 13:32:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/23 20:01:55 adam Exp $
 
 DISTNAME=      tortoise-orm-0.16.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-aiosqlite>=0.11.0:../../databases/py-aiosqlite
 DEPENDS+=      ${PYPKGPREFIX}-ciso8601>=2.1.2:../../time/py-ciso8601
-#DEPENDS+=     ${PYPKGPREFIX}-pypika>=0.36.5:../../databases/py-pypika
+DEPENDS+=      ${PYPKGPREFIX}-pypika>=0.36.5:../../databases/py-pypika
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index