pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-botocore botocore: depend on cElementTree for a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0585fb59bf28
branches:  trunk
changeset: 322004:0585fb59bf28
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Apr 06 19:35:38 2019 +0000

description:
botocore: depend on cElementTree for all Python versions.

Suggested by adam@ in reply to my last commit.

diffstat:

 net/py-botocore/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r a60071ef80ab -r 0585fb59bf28 net/py-botocore/Makefile
--- a/net/py-botocore/Makefile  Sat Apr 06 19:28:28 2019 +0000
+++ b/net/py-botocore/Makefile  Sat Apr 06 19:35:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2019/04/04 07:53:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.29 2019/04/06 19:35:38 bsiegert Exp $
 
 DISTNAME=      botocore-1.12.92
 PKGREVISION=   1
@@ -11,17 +11,13 @@
 COMMENT=       Low-level interface to a growing number of Amazon Web Services
 LICENSE=       apache-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.5.3<3:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-jmespath>=0.7.1<1:../../textproc/py-jmespath
 DEPENDS+=      ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3
 
-.include "../../lang/python/egg.mk"
-
-.if ${PYPKGPREFIX} == "py27"
-DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
-.endif
-
 USE_LANGUAGES= # none
 
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index