python3Packages.subunit: use postPatch
This commit is contained in:
parent
9c9f7fd11c
commit
a949d53b2b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ buildPythonPackage {
|
|||
--ignore=python/subunit/tests/test_{output_filter,test_protocol{,2}}.py
|
||||
'';
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
sed -i 's/version=VERSION/version="${subunit.version}"/' setup.py
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue