pkgsrc-WIP-changes archive

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

py-grip: Comment out obsolete dependency



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue Apr 2 08:49:59 2024 -0500
Changeset:	593a2f7023a72c6e253b9ee8d77b434c52d343cf

Modified Files:
	py-grip/Makefile

Log Message:
py-grip: Comment out obsolete dependency

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

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

diffstat:
 py-grip/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-grip/Makefile b/py-grip/Makefile
index 6b5cbea5eb..158cdd7640 100644
--- a/py-grip/Makefile
+++ b/py-grip/Makefile
@@ -16,7 +16,9 @@ DEPENDS+=	${PYPKGPREFIX}-path-and-address>=2.0.1:../../wip/py-path-and-address
 DEPENDS+=	${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
 DEPENDS+=	${PYPKGPREFIX}-requests>=2.4.1:../../devel/py-requests
 
-PYTHON_VERSIONED_DEPENDENCIES+=	markdown
+# FIXME: Does this need to be replaced with another dependency?
+# ERROR: markdown unsupported in PYTHON_VERSIONED_DEPENDENCIES
+# PYTHON_VERSIONED_DEPENDENCIES+=	markdown
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index