pkgsrc-WIP-changes archive

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

py-filelock: add missing build dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Jan 27 12:11:45 2022 +0100
Changeset:	6ed4092783c7603ce44c0386c741d81d50a877f3

Modified Files:
	py-filelock/Makefile

Log Message:
py-filelock: add missing build dependency

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

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

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

diffs:
diff --git a/py-filelock/Makefile b/py-filelock/Makefile
index 8fbff00b92..c1d004eed6 100644
--- a/py-filelock/Makefile
+++ b/py-filelock/Makefile
@@ -12,5 +12,7 @@ LICENSE=	unlicense
 
 USE_LANGUAGES=	# none
 
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index