[ADD] Includes new pip library in module dependencies

This commit is contained in:
Jorge Enrique Gómez Gómez 2022-04-08 13:25:55 -05:00
parent d933876477
commit fbd8ed730b
2 changed files with 5 additions and 4 deletions

View File

@ -73,9 +73,9 @@ pt_special ()
OPTIONS="-p1 --verbose" OPTIONS="-p1 --verbose"
pushd $DEST pushd $DEST
git apply $OPTIONS $SRC/patches/20210908_l10n-co-account-e-invoicing_fixes-dependencies.patch git apply $OPTIONS $SRC/patches/20220408_l10n-co-account-e-invoicing_fixes-dependencies.patch
git apply $OPTIONS $SRC/patches/20210908_l10n-co-base-location_ignore-country-state-city-data.patch
git apply $OPTIONS $SRC/patches/20211119_l10n-co-account-e-invoicing_fixes-off-by-one.patch git apply $OPTIONS $SRC/patches/20211119_l10n-co-account-e-invoicing_fixes-off-by-one.patch
git apply $OPTIONS $SRC/patches/20210908_l10n-co-base-location_ignore-country-state-city-data.patch
git apply $OPTIONS $SRC/patches/20210915_l10n-co-partner-person-type_fixes-depends.patch git apply $OPTIONS $SRC/patches/20210915_l10n-co-partner-person-type_fixes-depends.patch
popd popd

View File

@ -1,13 +1,14 @@
diff --git a/l10n_co_account_e_invoicing/__manifest__.py b/l10n_co_account_e_invoicing/__manifest__.py diff --git a/l10n_co_account_e_invoicing/__manifest__.py b/l10n_co_account_e_invoicing/__manifest__.py
index 41934a0..77c4dbf 100644 index e8566fa..8c11948 100644
--- a/l10n_co_account_e_invoicing/__manifest__.py --- a/l10n_co_account_e_invoicing/__manifest__.py
+++ b/l10n_co_account_e_invoicing/__manifest__.py +++ b/l10n_co_account_e_invoicing/__manifest__.py
@@ -26,7 +26,7 @@ @@ -27,7 +27,8 @@
], ],
"external_dependencies": { "external_dependencies": {
"python": [ "python": [
- "OpenSSL", - "OpenSSL",
+ "pyopenssl", + "pyopenssl",
+ "pg-xades",
"xades", "xades",
], ],
}, },