summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStorm Dragon2019-03-30 08:28:46 -0400
committerStorm Dragon2019-03-30 08:28:46 -0400
commit260d7b0bae1f0400873fa069ad13bc05ed8f6f3c (patch)
tree01dc158de519e571cc7843c2438bbd637f13f989 /PKGBUILD
parentb1f6cb5ee7786c6a127bc45aea28809f595574fe (diff)
downloadaur-260d7b0bae1f0400873fa069ad13bc05ed8f6f3c.tar.gz
Removed python-ipaddress from dependancies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bac8aecb082a..e4e9ffcb9db7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
}
package_python-txtorcon() {
- depends=('python-geoip' 'python-ipaddress' 'python-twisted')
+ depends=('python-geoip' 'python-twisted')
cd "$srcdir/$_pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"