pkgsrc-WIP-changes archive

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

py-partd: Add missing build dependency.



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Dec 30 20:02:52 2024 -0800
Changeset:	b0446aa3187be5dfc4874b2d2bf970e2b95b6f27

Modified Files:
	py-partd/Makefile

Log Message:
py-partd: 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=b0446aa3187be5dfc4874b2d2bf970e2b95b6f27

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

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

diffs:
diff --git a/py-partd/Makefile b/py-partd/Makefile
index 3aaec300a0..3c22c714f5 100644
--- a/py-partd/Makefile
+++ b/py-partd/Makefile
@@ -16,6 +16,7 @@ PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=68.2:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0.41:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-versioneer>=0.29:../../devel/py-versioneer
 
 DEPENDS+=	${PYPKGPREFIX}-toolz>=0.8.2:../../devel/py-toolz
 DEPENDS+=	${PYPKGPREFIX}-locket>=0.2.1:../../wip/py-locket


Home | Main Index | Thread Index | Old Index