python3.pkgs.flask-compress: fix version metadata
This commit is contained in:
parent
3895ec33ad
commit
e137675453
@ -11,6 +11,10 @@ buildPythonPackage rec {
|
||||
sha256 = "28352387efbbe772cfb307570019f81957a13ff718d994a9125fa705efb73680";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e 's/use_scm_version=.*/version="${version}",/' setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ flask brotli ];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user