summaryrefslogtreecommitdiff
path: root/media-video/pitivi/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-16 01:51:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-16 01:51:50 +0100
commit6144cd2e90f8e3623912112050c8d2025de44f0a (patch)
treebf6abe7c75cda0f602c2d522c905278a620a5cbf /media-video/pitivi/files
parentca144cbf71b2faf598564847378fa40a0090d67c (diff)
gentoo auto-resync : 16:10:2022 - 01:51:50
Diffstat (limited to 'media-video/pitivi/files')
-rw-r--r--media-video/pitivi/files/pitivi-2021.05-python-collections.patch13
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
-