papis: remove obsolete patches

This commit is contained in:
Robert Schütz 2019-03-01 14:32:21 +01:00
parent 35cf2c82c1
commit 391e59108d

View File

@ -14,19 +14,6 @@ python3.pkgs.buildPythonApplication rec {
sha256 = "0sa4hpgjvqkjcmp9bjr27b5m5jg4pfspdc8nf1ny80sr0kzn72hb";
};
patches = [
# Update click version to 7.0.0
(fetchpatch {
url = https://github.com/papis/papis/commit/fddb80978a37a229300b604c26e992e2dc90913f.patch;
sha256 = "0cmagfdaaml1pxhnxggifpb47z5g1p231qywnvnqpd3dm93382w1";
})
# Allow python-slugify >= 2.0.0
(fetchpatch {
url = https://github.com/papis/papis/commit/b023ca0e551a29c0c15f73fa071addd3e61fa36d.patch;
sha256 = "0ybfzr5v1zg9m201jq4hyc6imqd8l4mx9azgjjxkgxcwd3ib1ymq";
})
];
propagatedBuildInputs = with python3.pkgs; [
requests filetype pyparsing configparser arxiv2bib
pyyaml chardet beautifulsoup4 colorama bibtexparser