pkgsrc-WIP-changes archive

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

added "DEPENDS+=py-setuptools_scm" to py-extension-helpers/Makefile



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Dec 16 22:44:52 2020 +0800
Changeset:	4f263614953378521e23dbaa91a9c86253896dfc

Modified Files:
	py-extension-helpers/Makefile

Log Message:
added "DEPENDS+=py-setuptools_scm" to py-extension-helpers/Makefile

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

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

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

diffs:
diff --git a/py-extension-helpers/Makefile b/py-extension-helpers/Makefile
index a5a420c250..37730e34fe 100644
--- a/py-extension-helpers/Makefile
+++ b/py-extension-helpers/Makefile
@@ -13,6 +13,7 @@ COMMENT=	helpers to assist with building Python packages
 LICENSE=	modified-bsd
 
 BUILD_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
+DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 PYTHON_VERSIONS_INCOMPATIBLE+=	27
 PYTHON_VERSIONS_INCOMPATIBLE+=	36


Home | Main Index | Thread Index | Old Index