[arch-commits] Commit in python-traitlets/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Mon Oct 10 03:13:07 UTC 2016
Date: Monday, October 10, 2016 @ 03:13:06
Author: kkeen
Revision: 191775
upgpkg: python-traitlets 4.3.1-2
Modified:
python-traitlets/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-10 02:40:05 UTC (rev 191774)
+++ PKGBUILD 2016-10-10 03:13:06 UTC (rev 191775)
@@ -4,7 +4,7 @@
pkgbase=python-traitlets
pkgname=(python-traitlets python2-traitlets)
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A configuration system for Python applications."
arch=('any')
url="https://traitlets.readthedocs.io/en/stable/"
@@ -44,7 +44,7 @@
}
package_python2-traitlets() {
- depends=('python2-decorator')
+ depends=('python2-decorator' 'python2-enum34')
# TEMPORARY!
cd "$srcdir/ipython2_genutils-0.1.0"
More information about the arch-commits
mailing list