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

Morten Linderud foxboron at archlinux.org
Mon Apr 16 14:57:59 UTC 2018


    Date: Monday, April 16, 2018 @ 14:57:58
  Author: foxboron
Revision: 316522

upgpkg: python-rope 0.10.7-3

Fixed wrong python dependency FS#58180

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 14:51:01 UTC (rev 316521)
+++ PKGBUILD	2018-04-16 14:57:58 UTC (rev 316522)
@@ -9,7 +9,7 @@
 pkgbase=python-rope
 pkgname=(python-rope python2-rope)
 pkgver=0.10.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Refactoring library'
 arch=('any')
 url='https://github.com/python-rope/rope'
@@ -38,7 +38,7 @@
 }
 
 package_python-rope() {
-  depends=("python2")
+  depends=("python")
   cd "rope-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list