Added PYTHONPATH=. when calling oslo-config-generator
Thomas Goirand
8 years ago
20 | 20 | done |
21 | 21 | rm -rf $(CURDIR)/debian/python*-castellan/usr/lib/python*/dist-packages/*.pth |
22 | 22 | |
23 | oslo-config-generator --output-file $(CURDIR)/debian/python-castellan/etc/castellan/castellan.conf \ | |
23 | PYTHONPATH=. oslo-config-generator --output-file $(CURDIR)/debian/python-castellan/etc/castellan/castellan.conf \ | |
24 | 24 | --wrap-width 140 \ |
25 | 25 | --namespace castellan.config |
26 | 26 |