pkgsrc-WIP-changes archive

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

py-black: Added missing deps for blackd.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Nov 6 16:52:32 2019 +0100
Changeset:	66765d2c227d87db4f9ebc74f021365b0b703083

Modified Files:
	py-black/Makefile

Log Message:
py-black: Added missing deps for blackd.

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

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

diffstat:
 py-black/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-black/Makefile b/py-black/Makefile
index b251469d58..f38d1774e0 100644
--- a/py-black/Makefile
+++ b/py-black/Makefile
@@ -21,8 +21,8 @@ DEPENDS+=	${PYPKGPREFIX}-toml>=0.9.4:../../textproc/py-toml
 DEPENDS+=	${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
 DEPENDS+=	${PYPKGPREFIX}-regex:../../textproc/py-regex
 # only for blackd:
-#DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.3.2:../../www/py-aiohttp
-#DEPENDS+=	${PYPKGPREFIX}-aiohttp-cors:../../www/py-aiohttp-cors # not in pkgsrc yet
+DEPENDS+=	${PYPKGPREFIX}-aiohttp>=3.3.2:../../www/py-aiohttp
+DEPENDS+=	${PYPKGPREFIX}-aiohttp-cors:../../wip/py-aiohttp-cors
 
 post-install:
 	cd ${DESTDIR}${PREFIX}/bin && for b in black blackd; \


Home | Main Index | Thread Index | Old Index