Skip to content

Commit

Permalink
Drop python-setuptools dependency
Browse files Browse the repository at this point in the history
In recent versions of setuptools and Python, console-script entry points are
using stdlib importlib by default, thus python-setuptools (provider of the
pkg_resource module) is no longer a runtime dependency.


git-svn-id: file:///srv/repos/svn-packages/svn@406664 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
jelly committed Jan 23, 2021
1 parent ce0e747 commit 50ea4e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch-signoff/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

pkgname=arch-signoff
pkgver=0.5.1
pkgrel=1
pkgrel=2
pkgdesc='Sign off Arch Linux testing packages'
arch=(any)
url="https://github.com/archlinux/arch-signoff"
license=("custom:ISC")
depends=('python' 'pyalpm' 'python-click' 'python-dateutil'
'python-requests' 'python-setuptools')
'python-requests')
makedepends=('python-setuptools-scm' 'asciidoc' 'git')
source=("$pkgname::git+https://github.com/archlinux/arch-signoff.git?signed#tag=$pkgver")
validpgpkeys=(
Expand Down

0 comments on commit 50ea4e3

Please sign in to comment.