pkgsrc-WIP-changes archive

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

py-buildbot: added missing dependency on py-yaml



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Mar 16 12:52:25 2021 +0100
Changeset:	f9771e06e0b6c2f301a3793db275d73cf2074db5

Modified Files:
	py-buildbot/Makefile

Log Message:
py-buildbot: added missing dependency on py-yaml

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

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

diffstat:
 py-buildbot/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index ff30b98220..4eced95696 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -16,6 +16,7 @@ DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-migrate>=0.9:../../databases/py-sqlalchemy-m
 DEPENDS+=	${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
 DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4.1.1:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 TEST_DEPENDS+=	${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3
 TEST_DEPENDS+=	${PYPKGPREFIX}-jade-[0-9]*:../../textproc/py-jade
 TEST_DEPENDS+=	${PYPKGPREFIX}-lz4-[0-9]*:../../archivers/py-lz4


Home | Main Index | Thread Index | Old Index