Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: WIP: New package: finvizfinance-0.14.3
Date: Thu, 21 Jul 2022 14:53:47 +0200	[thread overview]
Message-ID: <20220721125347.65i2SjEAfUj7E6ZMQ2jBMtDQVP-EONXE2Fn7fgqdRlc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38161@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191447206

Comment:
This patch should fix the bs4 problem:

```patch
diff --git a/setup.py b/setup.py
index 3671638..3e2030b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ INSTALL_REQUIRES = [
       'pandas',
       'datetime',
       'requests',
-      'bs4',
+      'beautifulsoup4',
       'lxml'
 ]
 CLASSIFIERS = [
```

  parent reply	other threads:[~2022-07-21 12:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 21:31 [PR PATCH] " jason1987d
2022-07-20 21:33 ` [PR PATCH] [Updated] " jason1987d
2022-07-20 21:36 ` jason1987d
2022-07-20 21:38 ` jason1987d
2022-07-20 21:39 ` jason1987d
2022-07-20 21:39 ` paper42
2022-07-20 21:46 ` jason1987d
2022-07-20 22:19 ` WIP: " classabbyamp
2022-07-20 23:00 ` jason1987d
2022-07-21 12:52 ` tranzystorek-io
2022-07-21 12:53 ` tranzystorek-io [this message]
2022-07-21 13:19 ` tranzystorek-io
2022-07-21 13:21 ` tranzystorek-io
2022-07-21 22:05 ` [PR PATCH] [Closed]: " jason1987d

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220721125347.65i2SjEAfUj7E6ZMQ2jBMtDQVP-EONXE2Fn7fgqdRlc@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).