Skip to content

Commit 22faf86

Browse files
nilshamerlinckd-fence
authored andcommitted
[REM] packaging: remove obsolete dependency feedparser
- Up to odoo 10.0, feedparser dependency was optionally used in the cli of vendored html2text.py (see https://github.com/odoo/odoo/blob/10.0/addons/mail/models/html2text.py#L437) - Since 11.0 (67c17cb), vendored html2text.py has been removed in favor of maintained package - Turns out the feedparser part in html2text was dead code for a long time anyway (see Alir3z4/html2text#220) - So we can safely drop this dependency closes odoo#76571 X-original-commit: 153ecbb Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
1 parent a082b6b commit 22faf86

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

addons/point_of_sale/tools/posbox/overwrite_before_init/etc/init_posbox_image.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ PKGS_TO_INSTALL="
5151
python3-decorator \
5252
python3-dev \
5353
python3-docutils \
54-
python3-feedparser \
5554
python3-html2text \
5655
python3-jinja2 \
5756
python3-ldap \

debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Depends:
2626
python3-dateutil,
2727
python3-decorator,
2828
python3-docutils,
29-
python3-feedparser,
3029
python3-freezegun,
3130
python3-html2text,
3231
python3-pil,

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ chardet==3.0.4
33
decorator==4.3.0
44
docutils==0.14
55
ebaysdk==2.1.5
6-
feedparser==5.2.1
76
freezegun==0.3.11; python_version < '3.8'
87
freezegun==0.3.15; python_version >= '3.8'
98
gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ requires =
1212
python3-babel
1313
python3-decorator
1414
python3-docutils
15-
python3-feedparser
1615
python3-freezegun
1716
python3-gevent
1817
python3-greenlet

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
'babel >= 1.0',
2727
'decorator',
2828
'docutils',
29-
'feedparser',
3029
'gevent',
3130
'html2text',
3231
'idna',

setup/package.dfdebian

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN apt-get update -qq && \
2727
python3-dateutil \
2828
python3-decorator \
2929
python3-docutils \
30-
python3-feedparser \
3130
python3-gevent \
3231
python3-html2text \
3332
python3-pil \

setup/package.dffedora

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ RUN dnf update -d 0 -e 0 -y && \
1818
python3-dateutil \
1919
python3-decorator \
2020
python3-docutils \
21-
python3-feedparser \
2221
python3-freezegun \
2322
python3-gevent \
2423
python3-greenlet \

0 commit comments

Comments
 (0)