pkgsrc-WIP-changes archive

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

py-doh-proxy: Uncomment a commented out DEPENDS (py-aioh2 is needed!)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <iamleot%gmail.com@localhost>
Pushed By:	leot
Date:		Thu Jun 28 01:26:41 2018 +0200
Changeset:	391efda7fc6351d2849a6cf5de120454be249664

Modified Files:
	py-doh-proxy/Makefile

Log Message:
py-doh-proxy: Uncomment a commented out DEPENDS (py-aioh2 is needed!)

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

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

diffstat:
 py-doh-proxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-doh-proxy/Makefile b/py-doh-proxy/Makefile
index 776930dd58..c1b85165bf 100644
--- a/py-doh-proxy/Makefile
+++ b/py-doh-proxy/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=	https://github.com/facebookexperimental/doh-proxy
 COMMENT=	Client and proxy implementation of DoH (DNS over HTTPS)
 LICENSE=	modified-bsd
 
-#DEPENDS+=	${PYPKGPREFIX}-aioh2>=0.2.1:../../wip/py-aioh2
+DEPENDS+=	${PYPKGPREFIX}-aioh2>=0.2.1:../../wip/py-aioh2
 DEPENDS+=	${PYPKGPREFIX}-aiohttp-[0-9]*:../../www/py-aiohttp
 DEPENDS+=	${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 


Home | Main Index | Thread Index | Old Index