pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-awscrt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 11 07:57:05 UTC 2025

Modified Files:
        pkgsrc/devel/py-awscrt: Makefile

Log Message:
py-awscrt: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-awscrt/Makefile

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

Modified files:

Index: pkgsrc/devel/py-awscrt/Makefile
diff -u pkgsrc/devel/py-awscrt/Makefile:1.1 pkgsrc/devel/py-awscrt/Makefile:1.2
--- pkgsrc/devel/py-awscrt/Makefile:1.1 Sun Sep  7 18:33:59 2025
+++ pkgsrc/devel/py-awscrt/Makefile     Thu Sep 11 07:57:05 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/07 18:33:59 maya Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/11 07:57:05 wiz Exp $
 
 DISTNAME=      awscrt-0.27.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE=     https://pypi.org/project/awscr
 COMMENT=       Python 3 bindings for the AWS Common Runtime
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
+
 USE_LANGUAGES= c c++
 
 PYTHON_SELF_CONFLICT=  yes



Home | Main Index | Thread Index | Old Index