[arch-commits] Commit in (2 files)

Jonas Witschel diabonas at gemini.archlinux.org
Thu Apr 28 16:29:01 UTC 2022


    Date: Thursday, April 28, 2022 @ 16:29:00
  Author: diabonas
Revision: 1191657

Add makedepends on python-setuptools for python-build legacy backend

Otherwise building fails with:

ModuleNotFoundError: No module named 'setuptools'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.

Modified:
  python-aiohttp-socks/trunk/PKGBUILD
  python-python-socks/trunk/PKGBUILD

-------------------------------------+
 python-aiohttp-socks/trunk/PKGBUILD |    2 +-
 python-python-socks/trunk/PKGBUILD  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: python-aiohttp-socks/trunk/PKGBUILD
===================================================================
--- python-aiohttp-socks/trunk/PKGBUILD	2022-04-28 15:33:56 UTC (rev 1191656)
+++ python-aiohttp-socks/trunk/PKGBUILD	2022-04-28 16:29:00 UTC (rev 1191657)
@@ -9,7 +9,7 @@
 url="https://github.com/romis2012/aiohttp-socks/"
 license=('Apache')
 depends=('python' 'python-aiohttp' 'python-attrs' 'python-async-timeout' 'python-python-socks')
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-flask' 'python-pytest' 'python-pytest-asyncio')
 source=("git+https://github.com/romis2012/aiohttp-socks?signed#tag=v${pkgver}")
 sha256sums=('SKIP')

Modified: python-python-socks/trunk/PKGBUILD
===================================================================
--- python-python-socks/trunk/PKGBUILD	2022-04-28 15:33:56 UTC (rev 1191656)
+++ python-python-socks/trunk/PKGBUILD	2022-04-28 16:29:00 UTC (rev 1191657)
@@ -8,7 +8,7 @@
 url='https://github.com/romis2012/python-socks'
 license=('APACHE')
 depends=('python') 
-makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 checkdepends=('python-anyio' 'python-async-timeout' 'python-curio' 'python-flask' 'python-pytest'
               'python-pytest-asyncio' 'python-pytest-trio' 'python-trio' 'python-yarl')
 optdepends=('python-anyio: anyio support'



More information about the arch-commits mailing list