summaryrefslogtreecommitdiff
path: root/strata/openstack-clients-full/pytz.morph
blob: 56e9da1075b263e2242490e46e6ceb4b7b261694 (plain)
1
2
3
4
5
6
7
name: pytz
kind: chunk
build-commands:
- make dist
- cd src && python setup.py build
install-commands:
- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"