pkgsrc-WIP-changes archive

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

(devel/py-extension-helpers) add git as BUILD_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Wed Dec 16 23:02:39 2020 +0900
Changeset:	21c2d7f9ead8bc1326ac3d4a7a08042231eeb902

Modified Files:
	py-extension-helpers/Makefile

Log Message:
(devel/py-extension-helpers) add git as BUILD_DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=21c2d7f9ead8bc1326ac3d4a7a08042231eeb902

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

diffstat:
 py-extension-helpers/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-extension-helpers/Makefile b/py-extension-helpers/Makefile
index 4feab32abb..a5a420c250 100644
--- a/py-extension-helpers/Makefile
+++ b/py-extension-helpers/Makefile
@@ -12,6 +12,8 @@ HOMEPAGE=	https://pypi.org/project/extension-helpers/
 COMMENT=	helpers to assist with building Python packages
 LICENSE=	modified-bsd
 
+BUILD_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+
 PYTHON_VERSIONS_INCOMPATIBLE+=	27
 PYTHON_VERSIONS_INCOMPATIBLE+=	36
 


Home | Main Index | Thread Index | Old Index