diff options
author | leot <leot@pkgsrc.org> | 2018-10-01 20:07:23 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-10-01 20:07:23 +0000 |
commit | f64fbd8d1017c69b69ea31b20db3b0b6f5ab98a6 (patch) | |
tree | 0f6dad828072b039349a1887258afb425202c33c | |
parent | c6f93d4c22980404d73ec3dcc60df47366995c3e (diff) | |
download | pkgsrc-f64fbd8d1017c69b69ea31b20db3b0b6f5ab98a6.tar.gz |
gallery-dl: Add dependency to sqlite3
-rw-r--r-- | net/gallery-dl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gallery-dl/Makefile b/net/gallery-dl/Makefile index e253d606a19..0cace388009 100644 --- a/net/gallery-dl/Makefile +++ b/net/gallery-dl/Makefile @@ -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 @@ HOMEPAGE= https://github.com/mikf/gallery-dl 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 |