pkgsrc-WIP-changes archive

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

py-buildbot: added missing dep (py-msgpack), fixed py-algemic dep



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Fri Feb 17 13:35:28 2023 +0100
Changeset:	9d48bd2e6697a1d65ce7386c15ae2b02e22186fa

Modified Files:
	py-buildbot/Makefile

Log Message:
py-buildbot: added missing dep (py-msgpack), fixed py-algemic dep

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

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

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

diffs:
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index faaa1050cd..2b2070049a 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -17,7 +17,8 @@ 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
-DEPENDS+=	${PYPKGPREFIX}-alembic>1.6.0:../../databases/py-alembic
+DEPENDS+=	${PYPKGPREFIX}-alembic>=1.6.0:../../databases/py-alembic
+DEPENDS+=	${PYPKGPREFIX}-msgpack>=0.6.0:../../devel/py-msgpack
 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