python3Packages.pyexcel-io: fix version in setup.py
This commit is contained in:
@@ -18,6 +18,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-DBiHHiKXR26/WPJDmEZpRgjvJitFaidbV41Tvn0etLY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail 'VERSION = "0.6.7"' 'VERSION = "${version}"'
|
||||
'';
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ lml ];
|
||||
|
||||
Reference in New Issue
Block a user