pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-swiftclient



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 22:29:32 UTC 2018

Modified Files:
        pkgsrc/www/py-swiftclient: Makefile

Log Message:
py-swiftclient: BUILD_DEPENDS on py-pbr


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-swiftclient/Makefile

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

Modified files:

Index: pkgsrc/www/py-swiftclient/Makefile
diff -u pkgsrc/www/py-swiftclient/Makefile:1.5 pkgsrc/www/py-swiftclient/Makefile:1.6
--- pkgsrc/www/py-swiftclient/Makefile:1.5      Fri Feb  2 10:59:51 2018
+++ pkgsrc/www/py-swiftclient/Makefile  Thu Sep 27 22:29:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/02/02 10:59:51 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/09/27 22:29:32 tnn Exp $
 
 DISTNAME=      python-swiftclient-3.5.0
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/openstack/p
 COMMENT=       Python bindings to the OpenStack Object Storage API
 LICENSE=       apache-2.0
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 DEPENDS+=      ${PYPKGPREFIX}-keystone>=0.7.0:../../emulators/py-keystone
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.1:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six



Home | Main Index | Thread Index | Old Index