flexget: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 09:32:04 +01:00
parent 9b48d2eb05
commit 13e9d3b061

View File

@ -22,12 +22,12 @@ python3.pkgs.buildPythonApplication rec {
sed 's/[~<>=][^;]*//' -i requirements.txt
'';
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
wheel
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
# See https://github.com/Flexget/Flexget/blob/master/requirements.txt
apscheduler
beautifulsoup4