[packages/adapter: 602/631] adapter: python-uuid is part of Python 2.5 and newer
glen
glen at pld-linux.org
Mon Sep 12 20:24:54 CEST 2016
commit 08ba34c2bb9e48c37dfd48788096192922466739
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 23 02:09:32 2014 +0200
adapter: python-uuid is part of Python 2.5 and newer
adapter.awk | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/adapter.awk b/adapter.awk
index cfb8bba..2859041 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -2334,6 +2334,7 @@ function replace_requires(field, pkg) {
sub(/^python-twisted-core$/, "python-TwistedCore", $2)
sub(/^python-twisted-names$/, "python-TwistedNames", $2)
sub(/^python-unittest2$/, "python-modules", $2)
+ sub(/^python-uuid$/, "python-modules", $2)
sub(/^python2-devel$/, "python-devel", $2)
sub(/^pytz$/, "python-pytz", $2)
sub(/^pyxdg$/, "python-pyxdg", $2)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885
More information about the pld-cvs-commit
mailing list