build-bazel-package: added rm of extra local folders for toolchain configuration...
[NixPkgs.git] / pkgs / development / python-modules / invocations / replace-blessings-with-blessed.patch
blobfe03889e85550bb7b546fde7fce10f4d6e38659f
1 diff --git a/invocations/packaging/release.py b/invocations/packaging/release.py
2 index 54322c3..81ac173 100644
3 --- a/invocations/packaging/release.py
4 +++ b/invocations/packaging/release.py
5 @@ -23,7 +23,7 @@ from shutil import rmtree
7 from invoke.vendor.lexicon import Lexicon
9 -from blessings import Terminal
10 +from blessed import Terminal
11 from docutils.utils import Reporter
12 from enum import Enum
13 from invoke import Collection, task, Exit
14 diff --git a/setup.py b/setup.py
15 index 78ae28b..c78a74c 100644
16 --- a/setup.py
17 +++ b/setup.py
18 @@ -16,7 +16,7 @@ requirements = [
19 # time if missing), but that got hairy fast, and these are all
20 # pure-Python packages, so it shouldn't be a huge burden for users to
21 # obtain them.
22 - "blessings>=1.6",
23 + "blessed",
24 "releases>=1.6",
25 "semantic_version>=2.4,<2.7",
26 "tabulate>=0.7.5",