pythonPackages.pwntools: fix build

pypandoc is broken (it does not work properly with pandoc 2), so we
remove the dependency as it was only used for generating PyPI docs.
The patch will be included upstream in the next version, so it should
be removed next time this package is updated.
This commit is contained in:
Kristoffer Søholm
2018-02-02 19:16:39 +01:00
parent 2e4aded366
commit d834ae3cbb
2 changed files with 13 additions and 5 deletions

View File

@@ -27,6 +27,6 @@ buildPythonPackage rec {
description = "Thin wrapper for pandoc";
homepage = https://github.com/bebraw/pypandoc;
license = licenses.mit;
maintainers = with maintainers; [ bennofs kristoff3r ];
maintainers = with maintainers; [ bennofs ];
};
}