opnsense-ports/devel/py-protobuf-compiler/files/patch-setup.py
Franco Fichtner 12589b31c2 */*: sync with upstream
Taken from: HardenedBSD
2021-02-25 10:01:40 +01:00

21 lines
556 B
Python

--- setup.py.orig 2021-02-24 08:56:12 UTC
+++ setup.py
@@ -24,12 +24,12 @@ setup(
"Programming Language :: Python :: 3.6",
],
install_requires=[
- 'grpcio==1.18.0',
- 'grpcio-tools==1.18.0',
- 'colorama==0.3.3',
- 'termcolor==1.1.0',
- 'tqdm==4.31.1',
- 'bleach==2.1.0'
+ 'grpcio>=1.18.0',
+ 'grpcio-tools>=1.18.0',
+ 'colorama>=0.3.3',
+ 'termcolor>=1.1.0',
+ 'tqdm>=4.31.1',
+ 'bleach>=2.1.0'
],
entry_points={
'console_scripts': [