Package: python-subvertpy
Severity: serious
Version: 0.9.1-5

Hello,

I was investigating current autopkgtest failures and I stumbled over
http://ci.debian.net/#package/subvertpy which fails with

    File "subvertpy/__init__.py", line 131, in <module>
      raise ImportError("Unable to load subvertpy extensions: %s" % e)
  ImportError: Unable to load subvertpy extensions: cannot import name client

Indeed the test is quite right: In a clean sid schroot, I tried:

  # apt-get install python-subvertpy
  # python -c 'import subvertpy'
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "subvertpy/__init__.py", line 131, in <module>
      raise ImportError("Unable to load subvertpy extensions: %s" % e)
  ImportError: Unable to load subvertpy extensions: cannot import name client

I get the same error with the one from the examples:

  python -c 'from subvertpy.ra import RemoteAccess'

(Same on Ubuntu)

So it looks to me that the current package is completely broken :-(

BTW, if you do a new upload, would you mind dropping the unnecessary
"Restrictions: build-needed" from debian/tests/control?
python-subvertpy already ships the test suite, and even if you would
run it from the source tree there's no need to build anything as you
are testing the installed package.

Thanks,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to