pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-yaml



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 21 18:33:44 UTC 2021

Modified Files:
        pkgsrc/textproc/py-yaml: Makefile

Log Message:
py-yaml: needs py-cython


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-yaml/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-yaml/Makefile
diff -u pkgsrc/textproc/py-yaml/Makefile:1.24 pkgsrc/textproc/py-yaml/Makefile:1.25
--- pkgsrc/textproc/py-yaml/Makefile:1.24       Sun Feb 21 15:43:35 2021
+++ pkgsrc/textproc/py-yaml/Makefile    Sun Feb 21 18:33:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2021/02/21 15:43:35 adam Exp $
+# $NetBSD: Makefile,v 1.25 2021/02/21 18:33:44 adam Exp $
 
 DISTNAME=      PyYAML-5.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/yaml/pyyaml
 COMMENT=       Collection of libraries to process YAML with Python
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+
 .include "../../lang/python/egg.mk"
 .include "../../textproc/libyaml/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index