Move scrapy to its own module and add patch to fix broken permission code.
Scrapy is usually installed via pip where copying all permissions makes sense. In Nix the files copied are owned by root and readonly. As a consequence scrapy can't edit the project templates so scrapy startproject fails.
parent
c10b0e7b
Please register or sign in to comment