aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-12-01 23:18:49 +0000
committerng0 <ng0@n0.is>2017-12-01 23:18:49 +0000
commitfdb30b2f28117ec1c479bd1c0725bfa9ff073bba (patch)
tree4751ceb5634867ef734b6f35bc9f6ea9014efc7b
parent6e3f986de42debb53d613238c232d4e80406a101 (diff)
downloadgnunet-python-fdb30b2f28117ec1c479bd1c0725bfa9ff073bba.tar.gz
gnunet-python-fdb30b2f28117ec1c479bd1c0725bfa9ff073bba.zip
+
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d6f41e9..fbcc57b 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,9 @@ setup(
9 version="0.0", 9 version="0.0",
10 10
11 packages=['gnunet'], 11 packages=['gnunet'],
12 install_requires=['dbus', 'PyGObject'], 12 install_requires=['dbus-python'],
13 # We require PyGObject (pygobject) but would have to
14 # pass a URL to pip3 for that, as it is not on pypi.
13 15
14 # Maybe this should just be GNUnet eV. 16 # Maybe this should just be GNUnet eV.
15 author="ng0", 17 author="ng0",