python312Packages.pdf2docx: use opencv-python-headless
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
fire,
|
||||
fonttools,
|
||||
numpy,
|
||||
opencv4,
|
||||
opencv-python-headless,
|
||||
tkinter,
|
||||
python-docx,
|
||||
setuptools,
|
||||
@@ -34,8 +34,6 @@ buildPythonPackage {
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [ "opencv-python" ];
|
||||
|
||||
preBuild = "echo '${version}' > version.txt";
|
||||
|
||||
dependencies = [
|
||||
@@ -43,7 +41,7 @@ buildPythonPackage {
|
||||
fire
|
||||
fonttools
|
||||
numpy
|
||||
opencv4
|
||||
opencv-python-headless
|
||||
python-docx
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user