pythonPackages.pysimplesoap: set passthru.updateScript
This commit is contained in:
parent
7e72fc3eb1
commit
24a196b7f7
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, buildPythonPackage
|
||||
, m2crypto
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -10,6 +11,8 @@ buildPythonPackage rec {
|
||||
# Unfortunately, the latest stable release is broken on Python 3.
|
||||
version = "1.16.2";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "PySimpleSOAP";
|
||||
inherit version;
|
||||
|
Loading…
Reference in New Issue
Block a user