Add latest version of openpyxl and missing dependencies (#3431)
This commit is contained in:

committed by
Todd Gamblin

parent
b203058891
commit
5430d45db1
@@ -28,7 +28,10 @@
|
||||
class PyJdcal(PythonPackage):
|
||||
"""Julian dates from proleptic Gregorian and Julian calendars"""
|
||||
|
||||
homepage = 'http://github.com/phn/jdcal'
|
||||
url = "https://pypi.python.org/packages/source/j/jdcal/jdcal-1.2.tar.gz"
|
||||
homepage = "http://github.com/phn/jdcal"
|
||||
url = "https://pypi.io/packages/source/j/jdcal/jdcal-1.3.tar.gz"
|
||||
|
||||
version('1.3', '885ba61d28992f26acffec131bd2a17e')
|
||||
version('1.2', 'ab8d5ba300fd1eb01514f363d19b1eb9')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
Reference in New Issue
Block a user