pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-aiosqlite



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 23 23:41:20 UTC 2023

Modified Files:
        pkgsrc/databases/py-aiosqlite: Makefile

Log Message:
py-aiosqlite: add missing py-sqlite3 dependency


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/py-aiosqlite/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-aiosqlite/Makefile
diff -u pkgsrc/databases/py-aiosqlite/Makefile:1.11 pkgsrc/databases/py-aiosqlite/Makefile:1.12
--- pkgsrc/databases/py-aiosqlite/Makefile:1.11 Mon Jan 23 21:10:59 2023
+++ pkgsrc/databases/py-aiosqlite/Makefile      Mon Jan 23 23:41:20 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/01/23 21:10:59 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/01/23 23:41:20 wiz Exp $
 
 DISTNAME=      aiosqlite-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Async bridge to the standard sq
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index