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

Morten Linderud foxboron at archlinux.org
Thu Apr 1 10:38:01 UTC 2021


    Date: Thursday, April 1, 2021 @ 10:38:01
  Author: foxboron
Revision: 910785

upgpkg: mopidy 3.1.1-2 - remove python-setuptools from runtime depends

Modified:
  mopidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-01 10:21:31 UTC (rev 910784)
+++ PKGBUILD	2021-04-01 10:38:01 UTC (rev 910785)
@@ -4,16 +4,16 @@
 
 pkgname=mopidy
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An extensible music server written in Python"
 arch=('any')
 url="https://www.mopidy.com"
 license=('APACHE')
-depends=('python' 'python-pykka' 'python-setuptools' 'python-requests' 'gstreamer'
+depends=('python' 'python-pykka' 'python-requests' 'gstreamer'
          'gst-python' 'gst-plugins-good' 'gst-plugins-ugly' 'python-tornado' 'gst-plugins-base'
          'python-dbus')
 checkdepends=('python-gobject' 'python-pytest' 'python-responses')
-makedepends=('python-sphinx' 'python-sphinx_rtd_theme')
+makedepends=('python-sphinx' 'python-sphinx_rtd_theme' 'python-setuptools')
 backup=('etc/mopidy/mopidy.conf')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mopidy/mopidy/archive/v${pkgver}.tar.gz"
         'mopidy.conf'



More information about the arch-commits mailing list