pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-swiftclient py-swiftclient: BUILD_DEPENDS on py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ef4e554d4e34
branches:  trunk
changeset: 385732:ef4e554d4e34
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 22:29:32 2018 +0000

description:
py-swiftclient: BUILD_DEPENDS on py-pbr

diffstat:

 www/py-swiftclient/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f783b218662c -r ef4e554d4e34 www/py-swiftclient/Makefile
--- a/www/py-swiftclient/Makefile       Thu Sep 27 22:23:17 2018 +0000
+++ b/www/py-swiftclient/Makefile       Thu Sep 27 22:29:32 2018 +0000
@@ -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 @@
 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