Skip to content

Commit

Permalink
fixup! Add local dev environment venv
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Oct 10, 2023
1 parent 6e79bee commit f224dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ install-pip-packages: ## Install python3 requirements

install-vlad-bb-fork: ## Install vlad bb fork
$(info --> Install vlad's bb fork)
@echo -e "\n--> Make sure to install following packages:"
@echo -e "- libmariadb-dev"
@echo -e "- libvirt-dev\n"
if [[ ! -d $(VENDOR_DIR) ]]; then \
git clone --branch grid https://github.com/vladbogo/buildbot $(VENDOR_DIR); \
cd $(VENDOR_DIR)/master && python setup.py bdist_wheel; \
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildbot-worker
docker==4.3.1
flask
libvirt-python
#libmariadb-dev not available on Alpine Linux so far
#mysqlclient
python-dotenv
pyzabbix
Expand Down

0 comments on commit f224dac

Please sign in to comment.