pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/gallery-dl gallery-dl: Add dependency to sqlite3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f471693fa587
branches:  trunk
changeset: 323886:f471693fa587
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Oct 01 20:07:23 2018 +0000

description:
gallery-dl: Add dependency to sqlite3

diffstat:

 net/gallery-dl/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 72c6f4a04415 -r f471693fa587 net/gallery-dl/Makefile
--- a/net/gallery-dl/Makefile   Mon Oct 01 18:25:17 2018 +0000
+++ b/net/gallery-dl/Makefile   Mon Oct 01 20:07:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/09/14 17:55:07 leot Exp $
+# $NetBSD: Makefile,v 1.22 2018/10/01 20:07:23 leot Exp $
 
 DISTNAME=      gallery_dl-1.5.3
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -10,6 +10,7 @@
 COMMENT=       Command-line program to download image galleries and collections
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
 
 USE_LANGUAGES=                 # none



Home | Main Index | Thread Index | Old Index