* py-plotly: unfix dependency versions (fixes #16544) * py-plotly: add missing dependencies for #16546 * py-plotly: match setup.py instead of requirements.txt for #16546
This commit is contained in:
parent
0f2a581276
commit
f43b7824ca
1 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,8 @@ class PyPlotly(PythonPackage):
|
||||||
version('2.2.0', sha256='ca668911ffb4d11fed6d7fbb12236f8ecc6a7209db192326bcb64bdb41451a58')
|
version('2.2.0', sha256='ca668911ffb4d11fed6d7fbb12236f8ecc6a7209db192326bcb64bdb41451a58')
|
||||||
|
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
depends_on('py-requests@2.3.0', type=('build', 'run'))
|
depends_on('py-decorator@4.0.6:', type=('build', 'run'))
|
||||||
depends_on('py-six@1.8.0', type=('build', 'run'))
|
depends_on('py-nbformat@4.2.0:', type=('build', 'run'))
|
||||||
depends_on('py-pytz@2014.9', type=('build', 'run'))
|
depends_on('py-requests', type=('build', 'run'))
|
||||||
|
depends_on('py-six', type=('build', 'run'))
|
||||||
|
depends_on('py-pytz', type=('build', 'run'))
|
||||||
|
|
Loading…
Reference in a new issue