Skip to content
Snippets Groups Projects
Verified Commit 17f069f5 authored by sunpoet's avatar sunpoet
Browse files

devel/py-riot: Allow build with py-virtualenv 20.27.0+

- Bump PORTREVISION for package change
parent 19cb549b
Branches
Tags
No related merge requests found
PORTNAME= riot
PORTVERSION= 0.20.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......@@ -19,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}rich>=0:textproc/py-rich@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}virtualenv>=0<20.26.6_99:devel/py-virtualenv@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}virtualenv>=0:devel/py-virtualenv@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
......
--- setup.py.orig 2024-10-18 20:24:28 UTC
+++ setup.py
@@ -29,7 +29,7 @@ setup(
install_requires=[
"dataclasses; python_version<'3.7'",
"click>=7",
- "virtualenv<=20.26.6",
+ "virtualenv",
"rich",
"pexpect",
"packaging",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment