pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/feed2exec



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Feb  1 03:07:49 UTC 2020

Modified Files:
        pkgsrc/mail/feed2exec: Makefile

Log Message:
Add missing BUILD_DEPENDS on py-wheel.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/feed2exec/Makefile

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

Modified files:

Index: pkgsrc/mail/feed2exec/Makefile
diff -u pkgsrc/mail/feed2exec/Makefile:1.3 pkgsrc/mail/feed2exec/Makefile:1.4
--- pkgsrc/mail/feed2exec/Makefile:1.3  Fri Jan 31 20:44:02 2020
+++ pkgsrc/mail/feed2exec/Makefile      Sat Feb  1 03:07:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/31 20:44:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2020/02/01 03:07:49 schmonz Exp $
 
 DISTNAME=              feed2exec-0.14.0
 PKGNAME=               ${DISTNAME:S/14/15/}
@@ -16,6 +16,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+BUILD_DEPENDS+=                ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=              ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
 DEPENDS+=              ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 DEPENDS+=              ${PYPKGPREFIX}-dateparser-[0-9]*:../../time/py-dateparser



Home | Main Index | Thread Index | Old Index