pkgsrc-WIP-changes archive

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

urlgrabber: Add dependency to py-curl



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sat Sep 26 11:26:20 2026 +0200
Changeset:	1cd47ecab8b1ffb9189a66a51d195f776db1b7a6

Modified Files:
	urlgrabber/COMMIT_MSG
	urlgrabber/Makefile

Log Message:
urlgrabber: Add dependency to py-curl

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1cd47ecab8b1ffb9189a66a51d195f776db1b7a6

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

diffstat:
 urlgrabber/COMMIT_MSG | 1 -
 urlgrabber/Makefile   | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/urlgrabber/COMMIT_MSG b/urlgrabber/COMMIT_MSG
index 7dbaf53258..5ca2c93c69 100644
--- a/urlgrabber/COMMIT_MSG
+++ b/urlgrabber/COMMIT_MSG
@@ -1,6 +1,5 @@
 urlgrabber: Update to version v4.0.0
 
-
 2019-02-25 Neal Gompa <ngompa13%gmail.com@localhost>
 
 	* Port to Python 3
diff --git a/urlgrabber/Makefile b/urlgrabber/Makefile
index 0ec8b773e1..b1a7090abd 100644
--- a/urlgrabber/Makefile
+++ b/urlgrabber/Makefile
@@ -11,6 +11,8 @@ COMMENT=	Python package that drastically simplifies the fetching of files
 
 REPLACE_PYTHON+=	scripts/urlgrabber-ext-down
 
+DEPENDS+=	${PYPKGPREFIX}-curl-[0-9]*:../../www/py-curl
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index