diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-15 09:58:42 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:33:44 +0200 |
commit | 237abb2cec820bb70c181e881076596e96f3cd84 (patch) | |
tree | 9110670aa61ae93883ed9b9c224d468d4ca21bdf /media-video/pitivi | |
parent | media-video/vlc: remove unused patches (diff) | |
download | gentoo-237abb2cec820bb70c181e881076596e96f3cd84.tar.gz gentoo-237abb2cec820bb70c181e881076596e96f3cd84.tar.bz2 gentoo-237abb2cec820bb70c181e881076596e96f3cd84.zip |
media-video/pitivi: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27790
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-video/pitivi')
-rw-r--r-- | media-video/pitivi/files/pitivi-2021.05-python-collections.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-video/pitivi/files/pitivi-2021.05-python-collections.patch b/media-video/pitivi/files/pitivi-2021.05-python-collections.patch deleted file mode 100644 index fc04cd8d8726..000000000000 --- a/media-video/pitivi/files/pitivi-2021.05-python-collections.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://src.fedoraproject.org/rpms/pitivi/raw/rawhide/f/collections.patch ---- a/pitivi/utils/loggable.py -+++ b/pitivi/utils/loggable.py -@@ -14,7 +14,7 @@ - # - # You should have received a copy of the GNU Lesser General Public - # License along with this program; if not, see <http://www.gnu.org/licenses/>. --import collections -+import collections.abc as collections - import errno - import fnmatch - import os - |