graph-depends: rename pkgutil.py to brpkgutil.py
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 21 Mar 2017 08:22:33 +0000 (09:22 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Mar 2017 22:11:04 +0000 (23:11 +0100)
commit3b627c89dc8adf8c60efd773935bf66004e8433d
tree5b2341b380524bc068108b4f89c2e954f3ea734c
parent00c21338655e29b10fa6e59d5abe389abaa4271d
graph-depends: rename pkgutil.py to brpkgutil.py

pkgutil.py is also part of Python itself. Placing pkgutil.py as is
in a folder with other scripts that require original pkgutil will
break them. This is the case with scanpypi. So rename pkgutil.py
to brpkgutil.py to avoid naming collision.

Fixes: https://bugs.busybox.net/show_bug.cgi?id=9766
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/scripts/brpkgutil.py [new file with mode: 0644]
support/scripts/graph-depends
support/scripts/pkgutil.py [deleted file]