From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- .../files/platformio-5.2.5-fix-semantic-version-dep.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch (limited to 'dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch') diff --git a/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch b/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch new file mode 100644 index 000000000000..1fa92fed8784 --- /dev/null +++ b/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch @@ -0,0 +1,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.*", + ] + -- cgit v1.2.3