Loading pkgs/development/python-modules/scrapy/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , cryptography , cssselect , fetchPypi , fetchpatch , glibcLocales , installShellFiles , itemadapter Loading Loading @@ -43,6 +44,16 @@ buildPythonPackage rec { hash = "sha256-czoDnHQj5StpvygQtTMgk9TkKoSEYDWcB7Auz/j3Pr4="; }; patches = [ # https://github.com/scrapy/scrapy/pull/6316 # fix test_get_func_args. remove on next update (fetchpatch { name = "test_get_func_args.patch"; url = "https://github.com/scrapy/scrapy/commit/b1fe97dc6c8509d58b29c61cf7801eeee1b409a9.patch"; hash = "sha256-POlmsuW4SD9baKwZieKfmlp2vtdlb7aKQ62VOmNXsr0="; }) ]; nativeBuildInputs = [ installShellFiles setuptools Loading Loading
pkgs/development/python-modules/scrapy/default.nix +11 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , cryptography , cssselect , fetchPypi , fetchpatch , glibcLocales , installShellFiles , itemadapter Loading Loading @@ -43,6 +44,16 @@ buildPythonPackage rec { hash = "sha256-czoDnHQj5StpvygQtTMgk9TkKoSEYDWcB7Auz/j3Pr4="; }; patches = [ # https://github.com/scrapy/scrapy/pull/6316 # fix test_get_func_args. remove on next update (fetchpatch { name = "test_get_func_args.patch"; url = "https://github.com/scrapy/scrapy/commit/b1fe97dc6c8509d58b29c61cf7801eeee1b409a9.patch"; hash = "sha256-POlmsuW4SD9baKwZieKfmlp2vtdlb7aKQ62VOmNXsr0="; }) ]; nativeBuildInputs = [ installShellFiles setuptools Loading