summaryrefslogtreecommitdiff
path: root/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch
blob: 1fa92fed878445114ef6ba533abfd190673e88e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/853247
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ minimal_requirements = [
     "pyelftools>=0.27,<1",
     "pyserial==3.*",
     "requests==2.*",
-    "semantic_version==2.9.*",
+    "semantic_version==2.*",
     "tabulate==0.8.*",
 ]