pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/toot
Module Name: pkgsrc
Committed By: vins
Date: Mon Sep 11 11:32:44 UTC 2023
Modified Files:
pkgsrc/chat/toot: Makefile
Log Message:
toot: add missing dependency on py-tomlkit.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/toot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/toot/Makefile
diff -u pkgsrc/chat/toot/Makefile:1.11 pkgsrc/chat/toot/Makefile:1.12
--- pkgsrc/chat/toot/Makefile:1.11 Thu Aug 24 20:51:45 2023
+++ pkgsrc/chat/toot/Makefile Mon Sep 11 11:32:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/08/24 20:51:45 vins Exp $
+# $NetBSD: Makefile,v 1.12 2023/09/11 11:32:43 vins Exp $
DISTNAME= toot-0.38.1
CATEGORIES= chat net
@@ -14,6 +14,7 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+= ${PYPKGPREFIX}-tomlkit-[0-9]*:../../textproc/py-tomlkit
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
Home |
Main Index |
Thread Index |
Old Index