pythonPackages.scrapy: fix 1.4.0 update

-5
-5
pkgs/development/python-modules/scrapy/permissions-fix.patch
··· 21 21 22 22 def run(self, args, opts): 23 23 if len(args) not in (1, 2): 24 - @@ -118,4 +117,3 @@ class Command(ScrapyCommand): 25 - _templates_base_dir = self.settings['TEMPLATES_DIR'] or \ 26 - join(scrapy.__path__[0], 'templates') 27 - return join(_templates_base_dir, 'project') 28 - -