diff options
author | 2022-09-16 12:50:13 +0200 | |
---|---|---|
committer | 2022-10-02 16:41:39 +0200 | |
commit | 19ccfc57016d117938ea340a140e835f4d8aaf60 (patch) | |
tree | 67438600cffea4bcce6e52f692f666129b43470a /dev-embedded | |
parent | sys-devel/binutils: remove unused file (diff) | |
download | gentoo-19ccfc57016d117938ea340a140e835f4d8aaf60.tar.gz gentoo-19ccfc57016d117938ea340a140e835f4d8aaf60.tar.bz2 gentoo-19ccfc57016d117938ea340a140e835f4d8aaf60.zip |
dev-embedded/platformio: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
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 <conikost@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/platformio/files/platformio-5.2.5-fix-semantic-version-dep.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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 1fa92fed8784..000000000000 --- 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.*", - ] - |