pkgsrc-WIP-changes archive

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

py-print: Require py-{colorama,termcolor}



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 8 01:43:36 2017 +0200
Changeset:	2b6304ce9632ab6756e76448611379b4d7dd660d

Modified Files:
	py-print/Makefile

Log Message:
py-print: Require py-{colorama,termcolor}

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

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

diffstat:
 py-print/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-print/Makefile b/py-print/Makefile
index b611c16273..eab4ca09c8 100644
--- a/py-print/Makefile
+++ b/py-print/Makefile
@@ -15,6 +15,9 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+DEPENDS+=	${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+DEPENDS+=	${PYPKGPREFIX}-termcolor-[0-9]*:../../wip/py-termcolor
+
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index