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:
parent
ef1e96def4
commit
acb982f7fa
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user