freebsd-ports/devel/py-riot/files/patch-setup.py
Po-Chuan Hsieh 17f069f5a9
devel/py-riot: Allow build with py-virtualenv 20.27.0+
- Bump PORTREVISION for package change
2024-11-15 18:17:11 +08:00

11 lines
285 B
Python

--- 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",