diff options
Diffstat (limited to 'python/python-crypto_1.9a6.oe')
-rw-r--r-- | python/python-crypto_1.9a6.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-crypto_1.9a6.oe b/python/python-crypto_1.9a6.oe index cce137afbb..f4af9b4a5e 100644 --- a/python/python-crypto_1.9a6.oe +++ b/python/python-crypto_1.9a6.oe @@ -2,7 +2,7 @@ DESCRIPTION = "A collection of cryptographic algorithms and protocols" SECTION = "base" PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "libc6 python-core gmp" +RDEPENDS = "python-core" DEPENDS = "virtual/libc gmp" SRCNAME = "pycrypto" |