pythonPackages.pysimplesoap: Clarify Py3 status
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user