mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
python3Packages.karton-dashboard: relax prometheus-client constraint
This commit is contained in:
parent
e83feaecff
commit
5102ad886a
@ -27,7 +27,8 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "Flask==1.1.1" "Flask"
|
||||
--replace "Flask==1.1.1" "Flask" \
|
||||
--replace "prometheus_client==0.9.0" "prometheus-client"
|
||||
'';
|
||||
|
||||
# Project has no tests. pythonImportsCheck requires MinIO configuration
|
||||
|
Loading…
Reference in New Issue
Block a user