summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-15 14:17:57 +0100
committerChristopher Arndt2019-11-15 14:17:57 +0100
commit322dc70dd48331f3da57db2f2174357d1f66b5a2 (patch)
tree1ad055bb9608c34764cef347d2ee43904c019d15 /.SRCINFO
parentc0f4d80f1a814ebbe8eeb3f609329ec0728fcd45 (diff)
downloadaur-322dc70dd48331f3da57db2f2174357d1f66b5a2.tar.gz
Added 'python-future' / 'python2-future' to depends
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c45ec22e7bc..64cccd71ee05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-radon
pkgver = 4.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://radon.readthedocs.org/
arch = any
license = MIT
@@ -12,12 +12,14 @@ pkgbase = python-radon
pkgname = python-radon
pkgdesc = A tool that computes various metrics for Python source code
depends = python-flake8-polyfill
+ depends = python-future
depends = python-mando
depends = python-colorama
pkgname = python2-radon
pkgdesc = A tool that computes various metrics for Python source code (Python2)
depends = python2-flake8-polyfill
+ depends = python2-future
depends = python2-mando
depends = python2-colorama