mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #71905 from arcnmx/pr-fix-buku
buku: relax mypy-extensions version req
This commit is contained in:
commit
2638fc226c
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ with python3.pkgs; buildPythonApplication rec {
|
|||
--replace "@pytest.mark.slowtest" "@unittest.skip('skipping')" \
|
||||
--replace "self.assertEqual(shorturl, 'http://tny.im/yt')" "" \
|
||||
--replace "self.assertEqual(url, 'https://www.google.com')" ""
|
||||
substituteInPlace setup.py \
|
||||
--replace mypy-extensions==0.4.1 mypy-extensions>=0.4.1
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue