summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Göransson2016-02-27 00:43:46 +0100
committerDavid Göransson2016-02-27 00:43:46 +0100
commit78417ba7ef8978a865f72cfca8dd4a031167a4b8 (patch)
treec2699ecf1484f253c50f59b34da2c23eb7849f35
parentc10a64b9a71a7ef73363dde9ef14db9230b46ebe (diff)
downloadaur-78417ba7ef8978a865f72cfca8dd4a031167a4b8.tar.gz
Remove urllib dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaf79567cd26..26ad8c7f3ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 26 23:41:59 UTC 2016
+# Fri Feb 26 23:43:32 UTC 2016
pkgbase = lifx-cli-git
pkgdesc = Command line interface for LIFX light bulbs written in Python 3
pkgver = v1.1.r0.g7c935ca
@@ -9,7 +9,6 @@ pkgbase = lifx-cli-git
license = MIT
depends = python
depends = python-requests
- depends = python-urllib3
provides = lifx
source = lifx-cli::git+https://github.com/Rawa/lifx-cli.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b61a3aa8cfc4..4e25df8c7ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ license=('MIT')
depends=(
'python'
'python-requests'
- 'python-urllib3'
)
conflicts=('')
source=("${_pkgname}::git+https://github.com/Rawa/lifx-cli.git")