Date: Sunday, January 1, 2023 @ 16:41:24
  Author: jelle
Revision: 1372798

Cleanup of python-setuptools dependency for console scripts

Modified:
  python-threat9-test-bed/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-01 16:35:33 UTC (rev 1372797)
+++ PKGBUILD    2023-01-01 16:41:24 UTC (rev 1372798)
@@ -4,14 +4,14 @@
 _pyname=threat9-test-bed
 _gitcommit=1ed61b34d0b138711e3f8267259cdb29787fe349
 pkgver=0.6.0+2+g1ed61b3
-pkgrel=6
+pkgrel=7
 pkgdesc='Threat9 Test Bed'
 url='https://github.com/threat9/threat9-test-bed'
 arch=('any')
 license=('custom')
-depends=('python' 'python-setuptools' 'python-click' 'python-faker' 
'python-flask'
+depends=('python' 'python-click' 'python-faker' 'python-flask'
          'python-asgiref' 'gunicorn' 'python-pyopenssl' 'python-requests')
-makedepends=('git' 'python-setuptools-scm')
+makedepends=('git' 'python-setuptools-scm' 'python-setuptools')
 checkdepends=('python-pytest')
 
source=(${pkgname}::"git+https://github.com/threat9/threat9-test-bed#commit=${_gitcommit}";
         http-service-async-mock.patch)

Reply via email to