py-m2r: constrain py-mistune to version 0.8.1 (#29608)

* py-m2r: constrain py-mistune to version 0.8.1

* Remove lower half of py-mistune version constraint
This commit is contained in:
Glenn Johnson 2022-03-30 03:00:39 -05:00 committed by GitHub
parent ef1e96def4
commit acb982f7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ class PyM2r(PythonPackage):
version('0.1.8', sha256='2bfeb2f3de5f9fe9cd411aba82767a6473a43db96ca1730c03b0fe0167239b7e')
depends_on('py-setuptools', type='build')
depends_on('py-mistune', type=('build', 'run'))
depends_on('py-mistune@:1', type=('build', 'run'))
depends_on('py-docutils', type=('build', 'run'))