mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python.pkgs.praw: drop upper bound of prawcore requirement
This commit is contained in:
parent
04113fb864
commit
4c383cd41d
1 changed files with 5 additions and 0 deletions
|
@ -14,6 +14,11 @@ buildPythonPackage rec {
|
||||||
sha256 = "13vbh2r952ai2m6sc79psfwaj5fc8cssdg2pqpizg2mwd0l1s6lb";
|
sha256 = "13vbh2r952ai2m6sc79psfwaj5fc8cssdg2pqpizg2mwd0l1s6lb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
# drop upper bound of prawcore requirement
|
||||||
|
sed -ri "s/'(prawcore >=.+), <.+'/'\1'/" setup.py
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
requests
|
requests
|
||||||
decorator
|
decorator
|
||||||
|
|
Loading…
Reference in a new issue