pkgsrc-WIP-changes archive

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

Add dependency.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Oct 27 23:29:01 2019 +0100
Changeset:	0f46cf84a50bf9ef4ce4c99ba56e0d904234ff9b

Modified Files:
	py-lazr.uri/Makefile

Log Message:
Add dependency.

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

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

diffstat:
 py-lazr.uri/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-lazr.uri/Makefile b/py-lazr.uri/Makefile
index 55b9376d93..eb4a54a5c0 100644
--- a/py-lazr.uri/Makefile
+++ b/py-lazr.uri/Makefile
@@ -11,6 +11,8 @@ HOMEPAGE=	https://launchpad.net/lazr.uri
 COMMENT=	Library for parsing, manipulating, and generating URIs
 LICENSE=	gnu-lgpl-v3
 
+DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index