Skip to content

Commit

Permalink
fix: Develop python3.11, gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alin V authored and Alin V committed Aug 22, 2024
1 parent 5887518 commit 755f8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bootstrap: ## Bootstrap python environment
install: ## Install Plone and develop add-ons
bin/pip install Plone plone.volto -c "https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt"
bin/pip install zope.testrunner plone.app.testing plone.reload dm.plonepatches.reload collective.exportimport -c "https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt"
bin/pip install relstorage==3.5.0 psycopg2==2.9.5 python-ldap==3.4.3 pas.plugins.ldap==1.8.2 -c "https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt"
bin/pip install relstorage==4.0.0 psycopg2==2.9.9 python-ldap==3.4.3 pas.plugins.ldap==1.8.2 -c "https://dist.plone.org/release/$(PLONE_VERSION)/constraints.txt"
bin/mkwsgiinstance -d . -u admin:admin
mkdir -p var/blobstorage var/filestorage

Expand Down

0 comments on commit 755f8b1

Please sign in to comment.