dyndnsc: 0.5.1 -> 0.6.1
This commit is contained in:
parent
932ec5518e
commit
093ab98c80
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "dyndnsc";
|
pname = "dyndnsc";
|
||||||
version = "0.5.1";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-Sy6U0XhIQ9mPmznmWKqoyqE34vaE84fwlivouaF7Dd0=";
|
sha256 = "13078d29eea2f9a4ca01f05676c3309ead5e341dab047e0d51c46f23d4b7fbb4";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -19,9 +19,10 @@ python3Packages.buildPythonApplication rec {
|
||||||
dnspython
|
dnspython
|
||||||
netifaces
|
netifaces
|
||||||
requests
|
requests
|
||||||
|
json-logging
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
checkInputs = with python3Packages; [ bottle pytestCheckHook ];
|
checkInputs = with python3Packages; [ bottle mock pytest-console-scripts pytestCheckHook ];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
# dnswanip connects to an external server to discover the
|
# dnswanip connects to an external server to discover the
|
||||||
|
|
Loading…
Reference in New Issue