pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-lexicon



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 15 21:15:25 UTC 2023

Modified Files:
        pkgsrc/net/py-lexicon: Makefile

Log Message:
py-lexicon: add missing dependency on py-importlib-metadata


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/net/py-lexicon/Makefile

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

Modified files:

Index: pkgsrc/net/py-lexicon/Makefile
diff -u pkgsrc/net/py-lexicon/Makefile:1.81 pkgsrc/net/py-lexicon/Makefile:1.82
--- pkgsrc/net/py-lexicon/Makefile:1.81 Fri Oct 28 10:37:00 2022
+++ pkgsrc/net/py-lexicon/Makefile      Sun Jan 15 21:15:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2022/10/28 10:37:00 adam Exp $
+# $NetBSD: Makefile,v 1.82 2023/01/15 21:15:24 adam Exp $
 
 DISTNAME=      dns_lexicon-3.11.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/dns_//}
@@ -11,6 +11,7 @@ COMMENT=      Manipulate DNS records on vario
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4>=4:../../www/py-beautifulsoup4
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4:../../devel/py-importlib-metadata
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-tldextract>=2:../../net/py-tldextract
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=5:../../textproc/py-yaml



Home | Main Index | Thread Index | Old Index