mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
r1211 was just crazy
This commit is contained in:
parent
bb4f0d4295
commit
7466d8438b
@ -26,8 +26,6 @@ def query_rdepends(package, release, arch,
|
||||
"""Look up a packages reverse-dependencies on the Ubuntuwire
|
||||
Reverse- webservice
|
||||
"""
|
||||
if arch == 'source' and not package.startswith('src:'):
|
||||
package = 'src:' + package
|
||||
|
||||
url = os.path.join(server, 'v1', release, arch, package)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user