feat: add setup entry for modules (#379)

* feat: add setup entry for modules

* feat: fix build error on portalocker
This commit is contained in:
Vincent Renaville
2022-06-27 14:05:07 +02:00
committed by GitHub
co-authored by GitHub
parent 7d3bbe9499
commit e732d28bd2
10 changed files with 28 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
../../../../attachment_azure
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+6
View File
@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
@@ -0,0 +1 @@
../../../../cloud_platform_azure
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+6
View File
@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
@@ -0,0 +1 @@
../../../../monitoring_prometheus
+2
View File
@@ -0,0 +1,2 @@
[bdist_wheel]
universal=1
+6
View File
@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)