From e8ae2154e41f4e1d369e27b6c61fca476971c647 Mon Sep 17 00:00:00 2001 From: ozoromo <36481318+ozoromo@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:07:13 +0200 Subject: [PATCH] [FIX] contract: 'dateutil' dependency pypi name --- contract/__manifest__.py | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/contract/__manifest__.py b/contract/__manifest__.py index 2b617f4f8..cca098e72 100644 --- a/contract/__manifest__.py +++ b/contract/__manifest__.py @@ -18,7 +18,6 @@ "website": "https://github.com/OCA/contract", "depends": ["base", "account", "product", "portal"], "development_status": "Production/Stable", - "external_dependencies": {"python": ["dateutil"]}, "data": [ "security/groups.xml", "security/contract_tag.xml", diff --git a/requirements.txt b/requirements.txt index 7d41f1be0..9cd162922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ # generated from manifests external_dependencies -python-dateutil