Loading pkgs/development/python-modules/scrapy/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ , pythonOlder , queuelib , service-identity , setuptools , sybil , testfixtures , tldextract Loading @@ -32,7 +33,7 @@ buildPythonPackage rec { pname = "scrapy"; version = "2.11.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -44,6 +45,7 @@ buildPythonPackage rec { nativeBuildInputs = [ installShellFiles setuptools ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/scrapy/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ , pythonOlder , queuelib , service-identity , setuptools , sybil , testfixtures , tldextract Loading @@ -32,7 +33,7 @@ buildPythonPackage rec { pname = "scrapy"; version = "2.11.1"; format = "setuptools"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -44,6 +45,7 @@ buildPythonPackage rec { nativeBuildInputs = [ installShellFiles setuptools ]; propagatedBuildInputs = [ Loading