py-alembic: fixed missing dependencies. (#13127)

This commit is contained in:
wspear 2019-10-14 01:53:01 -07:00 committed by Massimiliano Culpo
parent 2bb1bae2ae
commit 8a1e5f68f4

View File

@ -15,3 +15,7 @@ class PyAlembic(PythonPackage):
version('1.0.7', sha256='16505782b229007ae905ef9e0ae6e880fddafa406f086ac7d442c1aaf712f8c2')
depends_on('py-setuptools', type='build')
depends_on('py-sqlalchemy@1.1.0:', type=('build', 'run'))
depends_on('py-mako', type=('build', 'run'))
depends_on('py-python-dateutil', type=('build', 'run'))
depends_on('py-python-editor@0.3:', type=('build', 'run'))