pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-requests-unixsocket



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 23 10:21:41 UTC 2020

Modified Files:
        pkgsrc/devel/py-requests-unixsocket: Makefile

Log Message:
py-requests-unixsocket: needs py-pbr during build


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-requests-unixsocket/Makefile

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

Modified files:

Index: pkgsrc/devel/py-requests-unixsocket/Makefile
diff -u pkgsrc/devel/py-requests-unixsocket/Makefile:1.1 pkgsrc/devel/py-requests-unixsocket/Makefile:1.2
--- pkgsrc/devel/py-requests-unixsocket/Makefile:1.1    Wed Sep 18 13:15:36 2019
+++ pkgsrc/devel/py-requests-unixsocket/Makefile        Mon Mar 23 10:21:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/18 13:15:36 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/23 10:21:41 tnn Exp $
 
 DISTNAME=      requests-unixsocket-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/msabramo/re
 COMMENT=       Use requests to talk HTTP via a UNIX domain socket
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.1:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.8:../../www/py-urllib3
 



Home | Main Index | Thread Index | Old Index