forked from mirrors/nixpkgs
python.pkgs.raven: fix build
This commit is contained in:
parent
fec771fbb4
commit
7e6be0968b
|
@ -8192,6 +8192,8 @@ in {
|
|||
# see https://github.com/getsentry/raven-python/blob/master/setup.py
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = optionals (!isPy3k) [ self.contextlib2 ];
|
||||
|
||||
meta = {
|
||||
maintainers = with maintainers; [ primeos ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue