mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
feat: add setup entry for modules (#379)
* feat: add setup entry for modules * feat: fix build error on portalocker
This commit is contained in:
co-authored by
GitHub
parent
7d3bbe9499
commit
e732d28bd2
@@ -7,6 +7,7 @@ statsd==3.2.1
|
|||||||
python-swiftclient==3.9.0
|
python-swiftclient==3.9.0
|
||||||
python-keystoneclient==3.22.0
|
python-keystoneclient==3.22.0
|
||||||
keystoneauth1==3.14.0
|
keystoneauth1==3.14.0
|
||||||
|
portalocker==2.3.2
|
||||||
# error with 5.x (ConstructorError: could not determine a constructor for the tag '!record')
|
# error with 5.x (ConstructorError: could not determine a constructor for the tag '!record')
|
||||||
PyYAML==4.2b4
|
PyYAML==4.2b4
|
||||||
prometheus_client==0.11.0
|
prometheus_client==0.11.0
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../attachment_azure
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../cloud_platform_azure
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../monitoring_prometheus
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
[bdist_wheel]
|
||||||
|
universal=1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user