[arch-commits] Commit in sshuttle/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 13 15:05:30 UTC 2021


    Date: Wednesday, January 13, 2021 @ 15:05:29
  Author: felixonmars
Revision: 820496

upgpkg: sshuttle 1.0.5-2: setuptools is no longer needed as runtime dependency

Modified:
  sshuttle/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 15:03:31 UTC (rev 820495)
+++ PKGBUILD	2021-01-13 15:05:29 UTC (rev 820496)
@@ -3,12 +3,12 @@
 
 pkgname=sshuttle
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')
 url="https://github.com/sshuttle/sshuttle"
 license=('GPL2')
-depends=('python-psutil' 'python-setuptools' 'iptables' 'openssh' 'net-tools')
+depends=('python-psutil' 'iptables' 'openssh' 'net-tools')
 makedepends=('python-sphinx' 'python-setuptools_scm')
 checkdepends=('python-pytest-cov' 'python-pytest-runner' 'python-mock' 'flake8')
 backup=('etc/sshuttle/tunnel.conf' 'etc/sshuttle/prefixes.conf')



More information about the arch-commits mailing list