]> git.phdru.name Git - bookmarks_db.git/commitdiff
Build: Install `setuptools` for `setup.py`
authorOleg Broytman <phd@phdru.name>
Fri, 16 Aug 2024 13:36:09 +0000 (16:36 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 16 Aug 2024 16:13:25 +0000 (19:13 +0300)
bkmk_db-venv

index 7d68291034e73dc6397dbed54f81adbc4fe0c69f..36bd5e4bc658f51b953ffa350be8f42462cbeaac 100644 (file)
@@ -7,7 +7,8 @@ if [ -z "$VIRTUAL_ENV" ]; then
             python3 -m venv bkmk_db-venv
          } &&
          . bkmk_db-venv/bin/activate &&
-         pip install --compile --upgrade beautifulsoup4 lxml m_lib.full \
+         pip install --compile --upgrade setuptools \
+         beautifulsoup4 lxml m_lib.full \
          "requests[socks]" \
          pycurl certifi \
          aiohttp aiohttp-socks "aioftp[socks]"