python313Packages.pybotvac: 0.0.27 -> 0.0.28
Changelog: https://github.com/stianaske/pybotvac/releases/tag/v0.0.28
This commit is contained in:
parent
93e7341e84
commit
38a4f5971d
@ -11,22 +11,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pybotvac";
|
||||
version = "0.0.27";
|
||||
version = "0.0.28";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-viMklBbC8KAh6cCuWs5nSbBF0BwVkPXV3Z2ydj08d9c=";
|
||||
hash = "sha256-XIGG8HmjI3dSq42co2e05xHIYjIM39qVanMJLDqWFCg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pybotvac/robot.py \
|
||||
--replace-fail "import urllib3" "" \
|
||||
--replace-fail "urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)" "# urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)"
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user