summaryrefslogtreecommitdiff
path: root/chat/maubot
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-07-14 08:29:19 +0000
committerwiz <wiz@pkgsrc.org>2021-07-14 08:29:19 +0000
commitb236b998cb43858b79cc942ac91a72cabac0337c (patch)
tree3a980f1aa61e4cf136ebb8c41dbd2888b1fbbaa8 /chat/maubot
parent445d6870743dd4659b98bace0cb925ce23248567 (diff)
downloadpkgsrc-b236b998cb43858b79cc942ac91a72cabac0337c.tar.gz
*: remove upper bounds on py-ruamel-yaml
These might not build now, but at least pbulks will run
Diffstat (limited to 'chat/maubot')
-rw-r--r--chat/maubot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/maubot/Makefile b/chat/maubot/Makefile
index ad49d35c283..68b5032d1d2 100644
--- a/chat/maubot/Makefile
+++ b/chat/maubot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:02 nia Exp $
+# $NetBSD: Makefile,v 1.5 2021/07/14 08:29:19 wiz Exp $
DISTNAME= maubot-0.1.0
PKGREVISION= 2
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3<4:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=1<2:../../databases/py-sqlalchemy
DEPENDS+= ${PYPKGPREFIX}-alembic>=1<2:../../databases/py-alembic
DEPENDS+= ${PYPKGPREFIX}-commonmark>=0.9<1:../../textproc/py-commonmark
-DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.15.35<0.17:../../devel/py-ruamel-yaml
+DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.15.35:../../devel/py-ruamel-yaml
DEPENDS+= ${PYPKGPREFIX}-attrs>=18.1.0:../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3<4:../../security/py-bcrypt
DEPENDS+= ${PYPKGPREFIX}-packaging>=10:../../devel/py-packaging