pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-libcst: some dependencies are actually run-time; make it so.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Wed Feb 23 12:00:38 2022 +0100
Changeset: 31b1a6c532ee073c415056d85408f3b43f9e2433
Modified Files:
py-libcst/Makefile
Log Message:
py-libcst: some dependencies are actually run-time; make it so.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=31b1a6c532ee073c415056d85408f3b43f9e2433
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-libcst/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-libcst/Makefile b/py-libcst/Makefile
index bce8107535..57561157fa 100644
--- a/py-libcst/Makefile
+++ b/py-libcst/Makefile
@@ -12,9 +12,9 @@ LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust>=1.0.0:../../devel/py-setuptools-rust
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-BUILD_DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.2:../../devel/py-typing-extensions
-BUILD_DEPENDS+= ${PYPKGPREFIX}-typing-inspect>=0.4.0:../../wip/py-typing-inspect
-BUILD_DEPENDS+= ${PYPKGPREFIX}-yaml>=5.2:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.2:../../devel/py-typing-extensions
+DEPENDS+= ${PYPKGPREFIX}-typing-inspect>=0.4.0:../../wip/py-typing-inspect
+DEPENDS+= ${PYPKGPREFIX}-yaml>=5.2:../../textproc/py-yaml
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index