pythonPackages.pysimplesoap: Clarify Py3 status

This commit is contained in:
nicoo
2023-09-08 23:10:13 +00:00
parent 24a196b7f7
commit 2cb9160ff2
@@ -8,7 +8,6 @@
buildPythonPackage rec {
pname = "pysimplesoap";
# Unfortunately, the latest stable release is broken on Python 3.
version = "1.16.2";
passthru.updateScript = nix-update-script { };
@@ -23,6 +22,7 @@ buildPythonPackage rec {
m2crypto
];
# Patches necessary for Python 3 compatibility plus bugfixes
patches = map (args: fetchDebianPatch ({
inherit pname version;
debianRevision = "5";