py-apispec: add older version (#41798)

This commit is contained in:
Arne Becker 2023-12-23 20:17:32 +00:00 committed by GitHub
parent 5a714a79ea
commit 13806213d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ class PyApispec(PythonPackage):
pypi = "apispec/apispec-6.0.2.tar.gz"
version("6.0.2", sha256="e76d80b739edef4be213092a6384ad7fd933ba7d64f6d5a0aff8d4da1bef7887")
version("4.7.1", sha256="79029486d36a0d7f3c659dbf6ae50a91fbed0c22dcd5376f592e076c130bc7f9")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")