]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
fedora's python-unittest2 is in our python-modules package
authorElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 00:08:53 +0000 (02:08 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 23 Nov 2014 00:08:53 +0000 (02:08 +0200)
adapter.awk

index 18f04467a916c6bcf4b23da747578bb02bcd61cb..cfb8bbacb2f21097c6dc0f0b0a1ec74250f69c53 100644 (file)
@@ -2333,6 +2333,7 @@ function replace_requires(field,   pkg) {
        sub(/^python-twisted$/, "python-TwistedCore", $2)
        sub(/^python-twisted-core$/, "python-TwistedCore", $2)
        sub(/^python-twisted-names$/, "python-TwistedNames", $2)
+       sub(/^python-unittest2$/, "python-modules", $2)
        sub(/^python2-devel$/, "python-devel", $2)
        sub(/^pytz$/, "python-pytz", $2)
        sub(/^pyxdg$/, "python-pyxdg", $2)
This page took 0.032672 seconds and 4 git commands to generate.