rapid-photo-downloader: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 16:34:29 +01:00
parent 81f5ac72c9
commit 61b57ae9c9
@@ -36,35 +36,32 @@ python3Packages.buildPythonApplication rec {
setuptools
];
dependencies =
with python3Packages;
[
ifuse
libimobiledevice
# Python dependencies
pyqt5
pygobject3
gphoto2
pyzmq
tornado
psutil
pyxdg
arrow
python-dateutil
easygui
babel
colour
pillow
pymediainfo
sortedcontainers
requests
colorlog
pyprind
setuptools
show-in-file-manager
tenacity
]
++ lib.optional (pythonOlder "3.8") importlib-metadata;
dependencies = with python3Packages; [
ifuse
libimobiledevice
# Python dependencies
pyqt5
pygobject3
gphoto2
pyzmq
tornado
psutil
pyxdg
arrow
python-dateutil
easygui
babel
colour
pillow
pymediainfo
sortedcontainers
requests
colorlog
pyprind
setuptools
show-in-file-manager
tenacity
];
postPatch = ''
# Drop broken version specifier