ports/contrib (3.7): python3-flasgger: added missing dependency: python3-yaml
commit bf7bcf0dae2002636cba087aacc3c4361bc850d5 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 13:57:52 2023 +0200 python3-flasgger: added missing dependency: python3-yaml diff --git a/python3-flasgger/.signature b/python3-flasgger/.signature index c5da6812d..a76dc788c 100644 --- a/python3-flasgger/.signature +++ b/python3-flasgger/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39mZqnljtTAWe4TObm5jMXuFmZHqsdNQE6ut3nRa3RB0y0x6kFDGwT+EiSP2w8FkDMgcQW+C8T/iEmRwEpI80wU= -SHA256 (Pkgfile) = c42d4d0b76f81d6dbebb3044961c0703776237a947a18cd86964d226cda32f93 +RWSagIOpLGJF3wfC+d0M4c8XL46qT8K3Iqb2g7O2Wjbu7xlddkvbhHVOTcoS+yqZSOWJPhGmrgsx+IBZnoURTD+Q+UpmgA+7Ug8= +SHA256 (Pkgfile) = 7f85423a494d79e93a354807b85ec8834dbf6af2ab9d12b9f8ffa52402298631 SHA256 (.footprint) = 39cd56227418ba85b0ed6fb5ebee699b3b79e936b6631bc445fbc3b0c405f5cf SHA256 (python3-flasgger-0.9.5.tar.gz) = 42f19ba62fe57b238a6c94117f0ed04b347e366cf417e7cb2709c7d9b0c09844 diff --git a/python3-flasgger/Pkgfile b/python3-flasgger/Pkgfile index 457a1c079..4f98e9d16 100644 --- a/python3-flasgger/Pkgfile +++ b/python3-flasgger/Pkgfile @@ -1,7 +1,7 @@ # Description: Extract swagger specs from your flask project # URL: https://github.com/flasgger/flasgger # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-flask python3-jsonschema python3-mistune +# Depends on: python3-flask python3-jsonschema python3-mistune python3-yaml name=python3-flasgger version=0.9.5
participants (1)
-
crux@crux.nu