From 19ccfc57016d117938ea340a140e835f4d8aaf60 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 16 Sep 2022 12:50:13 +0200 Subject: [PATCH] dev-embedded/platformio: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14 Closes: https://github.com/gentoo/gentoo/pull/27277 Signed-off-by: Conrad Kostecki --- .../platformio-5.2.5-fix-semantic-version-dep.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 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 deleted file mode 100644 index 1fa92fed87844..0000000000000 --- a/dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch +++ /dev/null @@ -1,12 +0,0 @@ -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.*", - ] -