pkgsrc-WIP-changes archive

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

py-olm: Add dependencies to Makefile



Module Name:	pkgsrc-wip
Committed By:	snow flurry <snow%datagirl.xyz@localhost>
Pushed By:	flurry
Date:		Tue Aug 24 21:51:06 2021 -0400
Changeset:	c7eb867301f463f7b2e8d39ea097774eb46bff8e

Modified Files:
	py-olm/Makefile

Log Message:
py-olm: Add dependencies to Makefile

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

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

diffstat:
 py-olm/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-olm/Makefile b/py-olm/Makefile
index ce35eae0ad..b4d9bec906 100644
--- a/py-olm/Makefile
+++ b/py-olm/Makefile
@@ -12,6 +12,9 @@ LICENSE=	apache-2.0
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/python
 
+DEPENDS+=	${PYPKGPREFIX}-future>=0.18.2:../../devel/py-future
+DEPENDS+=	${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
+
 .include "../../security/olm/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index