Package version 8.11.0 is the only version that requires python 3.6+

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Andrea Valenzuela 2022-04-27 17:43:37 +02:00 committed by GitHub
parent e72bb58b8a
commit ac692d4c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ class PyMoreItertools(PythonPackage):
version('4.1.0', sha256='c9ce7eccdcb901a2c75d326ea134e0886abfbea5f93e91cc95de9507c0816c44')
version('2.2', sha256='93e62e05c7ad3da1a233def6731e8285156701e3419a5fe279017c429ec67ce0')
depends_on('python@3.6:', when='@8.12:', type=('build', 'run'))
depends_on('python@3.5:', when='@7.1:8.11', type=('build', 'run'))
depends_on('python@3.6:', when='@8.11', type=('build', 'run'))
depends_on('python@3.5:', when='@7.1:', type=('build', 'run'))
depends_on('python@3.4:', when='@6:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.2:', when='@2.3:', type=('build', 'run'))
depends_on('python@2.6:2.8,3.2:', type=('build', 'run'))