diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/gaphor/README | 4 | ||||
-rw-r--r-- | development/gaphor/gaphor.info | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/development/gaphor/README b/development/gaphor/README index 706d5a6abc..27921c8bf9 100644 --- a/development/gaphor/README +++ b/development/gaphor/README @@ -1,6 +1,2 @@ Gaphor is a UML modeling tool written in Python. It uses the GTK+ environment for user interaction. - -This requires zope.component and gaphas. - -To build, this requires pysetuptools, setuptools-git and nose. diff --git a/development/gaphor/gaphor.info b/development/gaphor/gaphor.info index 1869459783..88ce16b03e 100644 --- a/development/gaphor/gaphor.info +++ b/development/gaphor/gaphor.info @@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/g/gaphor/gaphor-0.17.1.tar.gz" MD5SUM="cf7b6e1f752913f19a69c7addcfe00d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gaphas nose pysetuptools setuptools-git" +REQUIRES="zope.component gaphas nose distribute setuptools-git" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |