summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-24 15:08:28 -0500
committerGitHub <noreply@github.com>2022-04-24 15:08:28 -0500
commita6633d255f20f932b3eb45eac2b03719aeb4d2d0 (patch)
treef5f573c44043e60005a4abd665c7115d72416106
parenta869b1863c7d3913a85dbee89c67c74f229dfde3 (diff)
parent9a4208b06fb4a45fa714dac5f9894e8aff2233b6 (diff)
downloadnixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar.gz
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar.bz2
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar.lz
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar.xz
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.tar.zst
nixpkgs-a6633d255f20f932b3eb45eac2b03719aeb4d2d0.zip
Merge pull request #170106 from delroth/flexget-unbreak
flexget: unbreak by adding some more explicit dependencies
-rw-r--r--pkgs/applications/networking/flexget/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/applications/networking/flexget/default.nix b/pkgs/applications/networking/flexget/default.nix
index ad18f4e1e61..8421a077d00 100644
--- a/pkgs/applications/networking/flexget/default.nix
+++ b/pkgs/applications/networking/flexget/default.nix
@@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
     ln -sf requirements.in requirements.txt
 
     # remove dependency constraints
-    sed 's/[>=]=.*//' -i requirements.txt
+    sed 's/[~<>=].*//' -i requirements.txt
 
     # "zxcvbn-python" was renamed to "zxcvbn", and we don't have the former in
     # nixpkgs. See: https://github.com/NixOS/nixpkgs/issues/62110
@@ -35,6 +35,8 @@ python3Packages.buildPythonApplication rec {
     # See https://github.com/Flexget/Flexget/blob/master/requirements.in
     APScheduler
     beautifulsoup4
+    click
+    colorama
     feedparser
     guessit
     html5lib
@@ -62,6 +64,7 @@ python3Packages.buildPythonApplication rec {
     flask-restx
     flask
     pyparsing
+    werkzeug
     zxcvbn
 
     # Plugins requirements