diff options
Diffstat (limited to 'python/python-gmpy_1.0.oe')
-rw-r--r-- | python/python-gmpy_1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-gmpy_1.0.oe b/python/python-gmpy_1.0.oe index 3ce01d648a..cad93354d3 100644 --- a/python/python-gmpy_1.0.oe +++ b/python/python-gmpy_1.0.oe @@ -3,7 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" RDEPENDS = "python-core" -DEPENDS = "virtual/libc gmp" +DEPENDS = "gmp" SRCNAME = "gmpy" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-sources-10.zip" |