py-qtconsole: fix misnamed variant (#23746)

This commit is contained in:
Valentin Volkl 2021-05-19 14:15:04 +02:00 committed by GitHub
parent 3d2cd48048
commit 46a9dd1889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ class PyQtconsole(PythonPackage):
version('4.5.1', sha256='4af84facdd6f00a6b9b2927255f717bb23ae4b7a20ba1d9ef0a5a5a8dbe01ae2') version('4.5.1', sha256='4af84facdd6f00a6b9b2927255f717bb23ae4b7a20ba1d9ef0a5a5a8dbe01ae2')
version('4.2.1', sha256='25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef') version('4.2.1', sha256='25ec7d345528b3e8f3c91be349dd3c699755f206dc4b6ec668e2e5dd60ea18ef')
variant('doc', default=False, description='Build documentation') variant('docs', default=False, description='Build documentation')
depends_on('python@2.7:2.8,3.3:', type=('build', 'run')) depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
depends_on('py-ipykernel@4.1:', type=('build', 'run')) depends_on('py-ipykernel@4.1:', type=('build', 'run'))