python3Packages.pyspx: fix version in setup.py
This commit is contained in:
@@ -20,6 +20,11 @@ buildPythonPackage rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace-fail 'version="0.5.0"' 'version="${version}"'
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
cffi
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user