py-python-lzo: add 1.15 (#38418)
* py-python-lzo: add 1.15 * Update package.py --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk>
This commit is contained in:
parent
251282812b
commit
ff002316a8
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@ class PyPythonLzo(PythonPackage):
|
|||
homepage = "https://github.com/jd-boyd/python-lzo"
|
||||
pypi = "python-lzo/python-lzo-1.12.tar.gz"
|
||||
|
||||
version("1.15", sha256="a57aaa00c5c3a0515dd9f7426ba2cf601767dc19dc023d8b99d4a13b0a327b49")
|
||||
version("1.12", sha256="97a8e46825e8f1abd84c2a3372bc09adae9745a5be5d3af2692cd850dac35345")
|
||||
|
||||
# pip silently replaces distutils with setuptools
|
||||
depends_on("py-setuptools@42:", when="@1.13:", type="build")
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("lzo")
|
||||
|
|
Loading…
Reference in a new issue