]> git.pld-linux.org Git - packages/adapter.git/commitdiff
pycrypto map
authorElan Ruusamäe <glen@delfi.ee>
Wed, 25 Sep 2013 17:32:19 +0000 (20:32 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 25 Sep 2013 17:32:19 +0000 (20:32 +0300)
adapter.awk

index 8e0c2b7615cce7759c57aada2b7b8f7f02949c35..e335b7559f998c02f53f2dcb016fba0585941176 100644 (file)
@@ -2225,6 +2225,7 @@ function replace_requires(field,   pkg) {
        sub(/^pytalloc$/, "python-talloc", $2);
        sub(/^pytalloc-devel$/, "python-talloc-devel", $2);
        sub(/^pytest$/, "python-pytest", $2);
+       sub(/^python-crypto$/, "python-Crypto", $2);
        sub(/^python-cups$/, "python-pycups", $2);
        sub(/^python-enchant$/, "python-pyenchant", $2);
        sub(/^python-imaging$/, "python-PIL", $2);
This page took 0.133135 seconds and 4 git commands to generate.