py-cython: update (#8005)

This commit is contained in:
Elizabeth Fischer 2018-05-03 17:46:15 -04:00 committed by Adam J. Stewart
parent 2aea56da07
commit ebca867496

View file

@ -38,3 +38,8 @@ class PyCython(PythonPackage):
# These versions contain illegal Python3 code...
version('0.22', '1ae25add4ef7b63ee9b4af697300d6b6')
version('0.21.2', 'd21adb870c75680dc857cd05d41046a4')
@property
def command(self):
"""Returns the Cython command"""
return Executable(self.prefix.bin.cython)