python.pkgs.praw: drop upper bound of prawcore requirement

This commit is contained in:
Robert Schütz 2018-04-17 16:03:29 +02:00
parent 04113fb864
commit 4c383cd41d

View file

@ -14,6 +14,11 @@ buildPythonPackage rec {
sha256 = "13vbh2r952ai2m6sc79psfwaj5fc8cssdg2pqpizg2mwd0l1s6lb";
};
postPatch = ''
# drop upper bound of prawcore requirement
sed -ri "s/'(prawcore >=.+), <.+'/'\1'/" setup.py
'';
propagatedBuildInputs = [
requests
decorator