mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
- Mark NO_ARCH Changelog: https://github.com/Breakthrough/PySceneDetect/releases/tag/v0.6.1-release
10 lines
223 B
Python
10 lines
223 B
Python
--- scenedetect/platform.py.orig 2022-11-29 01:37:13 UTC
|
|
+++ scenedetect/platform.py
|
|
@@ -25,6 +25,7 @@ import subprocess
|
|
import sys
|
|
from typing import AnyStr, Dict, List, Optional, Union
|
|
|
|
+import numpy
|
|
import cv2
|
|
|
|
##
|