Merge pull request #93965 from jojosch/mycli-1.22.1
mycli: 1.21.1 -> 1.22.1
This commit is contained in:
commit
127d1fb3a7
@ -7,11 +7,11 @@ with python3.pkgs;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "mycli";
|
pname = "mycli";
|
||||||
version = "1.21.1";
|
version = "1.22.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1q9p0yik9cpvpxjs048anvhicfcna84mpl7axv9bwgr48w40lqwg";
|
sha256 = "18qxxrpdksg3s73va7nkbkwi34kg9m1pls7w4fh5f4jk4p434zsf";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -24,13 +24,8 @@ buildPythonApplication rec {
|
|||||||
export HOME=.
|
export HOME=.
|
||||||
export LC_ALL="en_US.UTF-8"
|
export LC_ALL="en_US.UTF-8"
|
||||||
|
|
||||||
py.test
|
py.test \
|
||||||
'';
|
--ignore=mycli/packages/paramiko_stub/__init__.py
|
||||||
|
|
||||||
# TODO: remove with next release
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace "prompt_toolkit>=2.0.6,<3.0.0" "prompt_toolkit"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user