pkgsrc-WIP-changes archive

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

py-virtualenv20: add USE_LANGUAGES=c so two more tests succeed



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Fri May 6 21:41:51 2022 +0200
Changeset:	d0002d1563db4d0657ca68cdf7c3fb2c41273b68

Modified Files:
	py-virtualenv20/Makefile

Log Message:
py-virtualenv20: add USE_LANGUAGES=c so two more tests succeed

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

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

diffstat:
 py-virtualenv20/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 9394046e8c..71cf6cd688 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -37,7 +37,7 @@ DEPENDS+=	${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-meta
 
 USE_PKG_RESOURCES=	yes
 
-USE_LANGUAGES=	# none
+USE_LANGUAGES=	c # for tests
 
 REPLACE_PYTHON=	virtualenv.py
 


Home | Main Index | Thread Index | Old Index